StalinSort

Description

An efficient sorting algorithm.

Details

Source
GitHub
Dialect
cuis (80% confidence)
License
MIT
Created
June 12, 2023
Updated
June 12, 2023
Topics
cuis cuis-smalltalk smalltalk squeak toy-project

Categories

System / OS

README excerpt

# 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](https://github.com/thiagoslino/StalinSort/assets/1688134/59609888-f063-45a4-b3e2-472c137af4e0)

## Installation Instructions
Drag and drop the stalin-sort.cs file into your image and then click "install code" ([Cuis](https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev)) or "fileIn entire file" ([Squeak](https://squeak.org)).

## Example
![stalin-sort-workspace](https://github.com/thiagoslino/StalinSort/assets/1688134/d27242c4-e5e7-4e3c-bd6b-1bfa22232cf7)
← Back to results