Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.