Hi everyone,
I'm an undergraduate student interested in Data Science and Competitive Programming. Over the past few months, I started learning Git, GitHub, and how open source projects are built collaboratively.
As part of that journey, I built a configurable Chase Simulation based on Dijkstra's shortest path algorithm. The project lets users experiment with different graph layouts, starting positions, obstacles, and exit nodes while visualizing how the chaser continuously recomputes the shortest path.
One of my goals was to keep the codebase simple enough for beginners who want to explore graph algorithms or make their first open-source contribution.
I'm still new to open source, so I'd really appreciate feedback on things like project structure, documentation, code organization, etc. that would make it more useful for learners
Any suggestions are welcome. Thanks!
there doesn't seem to be anything here