Difference between revisions of "luasort"
Line 11: | Line 11: | ||
3. Selection-sort<br> | 3. Selection-sort<br> | ||
− | [https://github.com/matiasah/luasort | + | [https://github.com/matiasah/luasort Repository Link] |
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 18:11, 12 February 2018
Just a short implementation of three sorting algorithms
1. Quick-sort
2. Insertion-sort
3. Selection-sort