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: 9 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T16:00:22.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:29:44.091Z (10 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 sort
Bubble sort
Merge sort