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

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.

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.