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...")
 
m (reformatted.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Just a short implementation of three sorting algorithms
 
Just a short implementation of three sorting algorithms
  
1. Quick-sort
+
# Quick-sort
2. Insertion-sort
+
# Insertion-sort
3. Selection-sort
+
# Selection-sort
  
[https://github.com/matiasah/luasort Download]
+
[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