Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kirby-b/sorting-algorithms
- Owner: kirby-b
- License: mit
- Created: 2023-10-08T04:38:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-26T16:00:22.000Z (11 months ago)
- Last Synced: 2024-12-03T05:32:39.966Z (2 months ago)
- Topics: algorithm, algorithms, python, python3, sorting, sorting-algorithms, terminal-based
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 sortBubble sort
Merge sort