DEV Community

Alberto
Alberto

Posted on

Pizza Radar🍕: Finding Pizzerias in Panama City with LinkedLists

Hi guys! I hope you're all having a great day.

Pizza Radar is a practice project I created as a beginner in programming, with the help of the CS course on Codecademy. Its goal is to organize and search for pizzerias in Panama City by district using linked lists. Each district is a node that contains its own list of pizzerias. This project helped me understand how to manage data dynamically and apply key programming concepts in a practical and fun way.
Image description
https://github.com/thecoder507/Recommendation-Software

Any feedback is welcome!

Top comments (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.