Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossforlife/manualsort
Create a sorted list of items by manually comparing them
https://github.com/fossforlife/manualsort
Last synced: about 6 hours ago
JSON representation
Create a sorted list of items by manually comparing them
- Host: GitHub
- URL: https://github.com/fossforlife/manualsort
- Owner: FOSSforlife
- Created: 2019-05-11T20:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:42:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T10:30:24.255Z (7 months ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manual Sort
This will be an app that allows you to enter a list (of anything: books, movies, notes, etc) and compare them one by one, creating a sorted list by the end.It does this using a merge sort algorithm that, instead of running in a loop, can be stepped through via user input. The user takes care of comparing each item to another.
My main use case will be to create lists of my favorite albums, but this can be used to manually sort anything.