gustavo-depaula / stalin-sort

Add a stalin sort algorithm in any language you like ❣️ if you like give us a ⭐️
MIT License
1.53k stars 177 forks source link

Whitespace implementation of Stalin Sort algorithm #205

Closed VikSoft closed 8 months ago

VikSoft commented 8 months ago

I guess the repository is missing some Whitespace code :smile:

Documentation used: https://esolangs.org/wiki/Whitespace You can use https://naokikp.github.io/wsi/whitespace.html to test out the implementation Provide an LF-separated list of integers as input

Please let me know if you need any comments or implementation details

P.S. Make sure the code ends with the new line character (line 22)