Codegolf a sorting algorithm to sort a list of integers (positive or negative) given the length of the list, minimum element, and maximum element. Sort from least to greatest. In-place sort but you may use other lists if needed. Bonus points for having an algo that sorts in O(n*ln(n)). If you don't know what that means, ignore it.
Entries so far: @KrystalDestroyer: https://scratch.mit.edu/projects/365900780/ (18 blocks, disqualified) @04tmoody: https://scratch.mit.edu/projects/365905091/ (22 blocks) @KrystalDestroyer #2: https://scratch.mit.edu/projects/365987846/ (19 blocks, non-terminating) @ethmah01: https://scratch.mit.edu/projects/406123116/ (17 blocks, non-terminating) @kc021: https://scratch.mit.edu/projects/406306427/ (16 blocks, non-terminating) @ethmah01: https://scratch.mit.edu/projects/406308667/ (15 blocks, non-terminating) @Philipuss: https://scratch.mit.edu/projects/406589833/ (22 blocks) @ThatCoder77471: https://scratch.mit.edu/projects/608002360/ (48 blocks)