Difference between revisions of "luasort"
Line 1: | Line 1: | ||
+ | {{#set:Name=LuaSort}} | ||
+ | {{#set:Author=User:Starkkz}} | ||
+ | {{#set:LOVE Version=Any}} | ||
+ | {{#set:Description=Array sorting algorithms}} | ||
+ | {{#set:Keyword=Math}} | ||
+ | |||
Just a short implementation of three sorting algorithms<br> | Just a short implementation of three sorting algorithms<br> | ||
<br> | <br> | ||
Line 7: | Line 13: | ||
[https://github.com/matiasah/luasort Download] | [https://github.com/matiasah/luasort Download] | ||
− | + | ||
− | |||
− | |||
[[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