Browse Scripts
3 scripts available
Firetron's ShellSort
stableSorts a table using the shell sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
Firetron's MergeSort
stableSorts a table using the merge sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local ...
Firetron's BubbleSort
stableSorts a table using the bubble sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local...