https://github.com/talhaahussain/bubble-shuttle-cli
A Python program that provides a very basic text-based interface for applying a sorting algorithm to an inputted array.
https://github.com/talhaahussain/bubble-shuttle-cli
sorting sorting-algorithms sorting-algorithms-implemented
Last synced: 6 months ago
JSON representation
A Python program that provides a very basic text-based interface for applying a sorting algorithm to an inputted array.
- Host: GitHub
- URL: https://github.com/talhaahussain/bubble-shuttle-cli
- Owner: talhaahussain
- License: mit
- Created: 2024-05-26T02:42:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T17:27:05.000Z (over 1 year ago)
- Last Synced: 2025-03-27T05:03:54.718Z (6 months ago)
- Topics: sorting, sorting-algorithms, sorting-algorithms-implemented
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bubble-shuttle-CLI
A Python program that provides a very basic text-based interface for applying a sorting algorithm to an inputted array. The two sorting algorithms available are bubble sort and shuttle sort. Legacy project - developed from 25/05/2020.
### Usage
To run, please use:
```
python sorting.py
```### Footnotes
Not actively maintained.