SeaSor
Search&Sort Class
I want to implement a collection of different searching and sorting algorithms in the SeSo class.
If you want to download and try it, you can clone it from here, or just download it via pip: 'pip install SeaSor'
How to use:
Import the module & example of creating a random list
Another example of creating a random list
Two parameters are needed: 1. length of the array, 2. range of numbers
... More following