overview.md
An algorithm project that turned a classic optimization problem into an interactive desktop tool.
The app loads city coordinates from JSON, renders them as clickable points on a world map, and lets the user choose a starting city before running a Held-Karp style dynamic-programming solution for TSP. What I like about this project is that it connects the theory from algorithms class to something visual and testable: graph modeling, distance-matrix generation, recursion with memoization, and a simple UI that makes the problem easier to explore.