Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirby-b/sorting-algorithms

Some sorting algorithms
https://github.com/kirby-b/sorting-algorithms

algorithm algorithms python python3 sorting sorting-algorithms terminal-based

Last synced: 8 days ago
JSON representation

Some sorting algorithms

Awesome Lists containing this project

README

        

# Sorting Algorithms
I researched a bunch of different sorting algorithms while bored in class and decided to start making them. If I dont have a sort type here, I will have it eventually.

# Featured Algorithms

-**Purposefully Bad Sorts**

Bogo Sort

-**Comparison/Practical Sorts**

Quick sort

Bubble sort

Merge sort