
Bookshelf sorting
Style: Personal project, console base program
Platform: Windows
Software languages used: Python
The program takes a list of books and sorts them alphabetically by the other name, the book title, the series name, and the volume in the series. Using a Binary tree allows the program to sort a significant number of books without drastically increasing the time required to find any book.
I developed this personal project to help me organize my partner's bookshelf.
If you want to look at the source code, you can find it on my GitHub.