All algorithms have been ported from Python which can be found on GeeksforGeeks site. Every file is ready to use module which can be imported!
- Bogo Sort
- Bubble Sort
- Bucket Sort
- Circle Sort
- Cocktail Sort
- Comb Sort
- Counting Sort
- Cycle Sort
- Gnome Sort
- Gravity (Bead) Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Pancake Sort
- Pigeonhole Sort
- Quick Sort
- Radix Sort
- Selection Sort
- ShellSort
- Stooge Sort
- Strand Sort
And all of them in single module named AllAlgorithms.lua
.
All of these algorithms are 100% working with integers and most of them work with floats! (Bucket, Counting, Gravity, Pigeonhole - these don't work!)