Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 881 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 881 Bytes

StalinSort for Cuis / Squeak Smalltalk

"Stalin Sort is an efficient sorting algorithm, serving as a systematic method for placing the elements of a random access file or an array in order. Stalin Sort is also know as the best sorting algorithm of all times because of its AMAZING capacity of always ordering an array with an O(n) performance."

Reference: https://github.com/gustavo-depaula/stalin-sort

stalin-sort

Installation Instructions

Drag and drop the stalin-sort.cs file into your image and then click "install code" (Cuis) or "fileIn entire file" (Squeak).

Example

stalin-sort-workspace