Search & Sorting algorithms


License
GPL-3.0
Install
pip install SeaSor==0.1.1

Documentation


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'

SeaSor at Pypi

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