zsort
v1.0.4
Published
zsort is a library contains sorting algorithm, such as: selection sort, bubble sort and intertion sort
Readme
Thanks for downloading zsort
Info
zsort is a sorting algorithm library contains:
- Bubble sort
bubbleSort(arr) - Insertion sort
insertSort(arr) - Selection sort
selectionSort(arr)
