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

https://github.com/hiimsergey/wishsort

Create hierarchies of multiple items through one-against-one comparisons.
https://github.com/hiimsergey/wishsort

c c-lang c-language cli cli-app cli-application command-line command-line-tool commandline terminal terminal-app terminal-based

Last synced: about 1 month ago
JSON representation

Create hierarchies of multiple items through one-against-one comparisons.

Awesome Lists containing this project

README

          

# Wishsort
Create hierarchies of multiple items through simplified comparisons.
You can sort a large list of strings by comparing two at a time.
This project is simple and is just an introduction to C and its concepts for me.

## Compile & Run, on Linux at least
```sh
git clone https://github.com/hiimsergey/wishsort
cd wishsort
make
```