Difference between revisions of "luasort"

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

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