Skip to content

m1ghtfr3e/SeaSor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 moduleas

Example of how using a Sorting module (here: Quick Sort)

Example of how using a Searching module (here: Binary Search)

... More following

See more examples:

Example of how to use