A dynamic grid-based visualizer that animates pathfinding with obstacles, using both DP and 8-directional shortest path search. Built with React + TypeScript.
-
Updated
Jul 14, 2025 - TypeScript
A dynamic grid-based visualizer that animates pathfinding with obstacles, using both DP and 8-directional shortest path search. Built with React + TypeScript.
Dynamic programming solution to the " Unique Paths II" problem on LeetCode.
Calculates total # of unique paths to go to the end edge of a 2d array using dynamic programming. Beats 100% of Java Submissions.
Add a description, image, and links to the unique-paths-leetcode topic page so that developers can more easily learn about it.
To associate your repository with the unique-paths-leetcode topic, visit your repo's landing page and select "manage topics."