Skip to content

VoxWave/a-b-list-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-b-list-sorter

Allows you to sort lists by asking a b questions.

How to build and run.

Install the rust toolchain. Run cargo run --release to build and run the program. The executable can also be found in target/release folder after running either cargo build --release or cargo run --release

How to use

First input the number of items in the list. Then input each item separated by a new line. The sorter will give a-b choices. Input either a or b to choose. The program will print out the sorted list after it has asked enough of these a-b questions.

About

Allows you to sort lists by asking a b questions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages