Skip to content

Implementation of 20+ sorting algorithms in Lua and Luau

Notifications You must be signed in to change notification settings

Kolad2/war3-lua-sorts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Lua sorting algorithms for warcraft 3

This repository forked from https://github.com/DervexDev/LuaSortingAlgorithms

Клонируйте репозиторий в свой проект:

git clone https://github.com/Kolad2/war3-lua-sorts.git sorts

This repository features following algorithms:

float supports

  • Cycle Sort
  • Gnome Sort
  • Circle Sort
  • Cocktail Sort
  • Comb Sort
  • Bubble Sort
  • ShellSort
  • Stooge Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Pancake Sort
  • Pigeonhole Sort
  • Quick Sort
  • Bucket Sort - not recommended

About

Implementation of 20+ sorting algorithms in Lua and Luau

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%