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: 5 months 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.