A Search and Sort Extension Module for Python
pip3 install seso
python3 -m unittest discover tests
- 
Search - linear search
- binary search
- jump search
- interpolation search
- exponential search
- fibonacci search
- ternary search
 
- 
Sort - bubble sort
- selection sort
- insertion sort
- merge sort
- quick sort
- heap sort
- radix sort
- bucket sort
- shell sort
- tim sort