Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benwoo1110/a-list-of-sorts
This was our computing project. It shows a bunch of cool stuff.
https://github.com/benwoo1110/a-list-of-sorts
algorithms pygame python sorts
Last synced: about 1 month ago
JSON representation
This was our computing project. It shows a bunch of cool stuff.
- Host: GitHub
- URL: https://github.com/benwoo1110/a-list-of-sorts
- Owner: benwoo1110
- Created: 2019-01-10T13:32:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T04:37:31.000Z (over 4 years ago)
- Last Synced: 2024-10-11T03:21:38.286Z (2 months ago)
- Topics: algorithms, pygame, python, sorts
- Language: Python
- Size: 264 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A List of Sorts
All code here is made from scratch by the following collaborators:
1. Aakash Mehta
2. Benedict Woo
3. Teo Wei HaoTo run this application, you would need to install some python modules
- python: You can install python from python.org
- pygame: You can install pygame by running 'pip3 install pygame'This projects documents and evaluates visualized example of the world's most popular sorting algorithms.
The following algorithms are:
- Bubble Sort
- Quick Sort
- Merge Sort
- Insertion Sort
- Bogo Sort
- Radix Sort