DEV Community

Santiago Díaz
Santiago Díaz

Posted on

Project - Recommendation Software

Learning about data structures was a fun way!

I recently got into different data structures in python as I'm a Computer Science. Honestly, sometimes it turned confusing, but at the end the feeling of understanding makes me jump to other fascinating topics. Travesing and doing algorithms based on those structures are a brend new point of view for programming.

Because of that, I did a program that recommends you a videogame based o the genre it has. It was a nice way to use a data structure called DoublyLinkedList and traversing it. Despite it works for what it is intendet to, I think that more things around the purpose can be improved, like sorting or adding more classifiers for a better user experience.

Anyway, I´m happy with the result.

Happy coding!

This program recommends videogames based on the input of the user and the rank of the videogame bt global sales.

The purpose of this program is to implement a data structure called DoubleLinkedList.

The data was collected from Kaggle.

Thank you!




Top comments (0)