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 | + | 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: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
- Quick-sort
- Insertion-sort
- Selection-sort
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info