Skip to content

StupidLilGoober/Python-Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Sorting Algorithms

A collection of fast sorting algorithms

How to use

Simply add the "main" folder (rename it to whatever you like) and import the algo.py file into any part of your code where it is needed. 'Nuff said.

Current algorithms

  • Quick Sort
  • Merge Sort
  • Radix Sort

About

A collection of fast sorting algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages