ScratchData LogoScratchData
Back to kc021's profile

Codegolf Challenge #7: Sort List Of Integers

KCkc021•Created February 6, 2020
Codegolf Challenge #7: Sort List Of Integers
4
2
55 views
View on Scratch

Instructions

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.

Description

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)

Project Details

Project ID365891804
CreatedFebruary 6, 2020
Last ModifiedNovember 28, 2021
SharedFebruary 6, 2020
Visibilityvisible
CommentsAllowed