Difference between revisions of "luasort"

(Created page with "Just a short implementation of three sorting algorithms 1. Quick-sort 2. Insertion-sort 3. Selection-sort [https://github.com/matiasah/luasort Download] {{#set:LOVE Version...")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Just a short implementation of three sorting algorithms
+
{{#set:Name=LuaSort}}
 +
{{#set:Author=User:Starkkz}}
 +
{{#set:LOVE Version=Any}}
 +
{{#set:Description=Array sorting algorithms}}
 +
{{#set:Keyword=Math}}
  
1. Quick-sort
+
Just a short implementation of three sorting algorithms<br>
2. Insertion-sort
+
<br>
3. Selection-sort
+
1. Quick-sort<br>
 +
2. Insertion-sort<br>
 +
3. Selection-sort<br>
 +
 
 +
[https://github.com/matiasah/luasort Repository Link]
  
[https://github.com/matiasah/luasort Download]
 
  
{{#set:LOVE Version=Any}}
 
{{#set:Description=Array sorting algorithms}}
 
{{#set:Keyword=Math}}
 
 
[[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

Repository Link