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...")
 
Line 1: Line 1:
Just a short implementation of three sorting algorithms
+
Just a short implementation of three sorting algorithms<br>
 
+
<br>
1. Quick-sort
+
1. Quick-sort<br>
2. Insertion-sort
+
2. Insertion-sort<br>
3. Selection-sort
+
3. Selection-sort<br>
  
 
[https://github.com/matiasah/luasort Download]
 
[https://github.com/matiasah/luasort Download]

Revision as of 15:34, 23 April 2017

Just a short implementation of three sorting algorithms

1. Quick-sort
2. Insertion-sort
3. Selection-sort

Download