description

Created this fun, little program with two other friends for our Data Structures and Algorithms class. Utilizing this dataset , including anime titles, profiles, and reviews from 2020, we implemented two data structures from scratch to store and access over 16,000 anime.
There are 3 options to choose from, and each option is implemented in 2 different ways: red-black tree and min-heap algorithms. While they both visually return the same results, the process to receive such information is what differentiates them.
Solidifying my understanding in time and space complexities, Animiso Soup reinforced my joy for anime and standard libraries.

options

  1. get the top 10 anime overall
  2. get the top 5 anime within specified genre
  3. search an anime by name and view its details

info

video explanation + demo