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.
- Host: GitHub
- URL: https://github.com/hiimsergey/wishsort
- Owner: hiimsergey
- License: gpl-3.0
- Created: 2024-06-26T18:28:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:32:23.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T13:13:28.587Z (about 1 year ago)
- Topics: c, c-lang, c-language, cli, cli-app, cli-application, command-line, command-line-tool, commandline, terminal, terminal-app, terminal-based
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```