Difference between revisions of "luasort"

m (reformatted.)
 
Line 1: Line 1:
 +
Just a short implementation of three sorting algorithms
 +
 +
# Quick-sort
 +
# Insertion-sort
 +
# Selection-sort
 +
 +
[https://github.com/matiasah/luasort Repository Link]
 +
 
{{#set:Name=LuaSort}}
 
{{#set:Name=LuaSort}}
 
{{#set:Author=User:Starkkz}}
 
{{#set:Author=User:Starkkz}}
Line 4: Line 12:
 
{{#set:Description=Array sorting algorithms}}
 
{{#set:Description=Array sorting algorithms}}
 
{{#set:Keyword=Math}}
 
{{#set:Keyword=Math}}
 +
[[Category:Libraries]]
  
Just a short implementation of three sorting algorithms<br>
+
== Other Languages ==
<br>
+
{{i18n|luasort}}
1. Quick-sort<br>
 
2. Insertion-sort<br>
 
3. Selection-sort<br>
 
 
 
[https://github.com/matiasah/luasort Repository Link]
 
 
 
 
 
[[Category:Libraries]]
 

Latest revision as of 03:53, 16 December 2019

Just a short implementation of three sorting algorithms

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

Repository Link

Other Languages