2025-12-26 ☼ algorithms
I built a little maze solving tool to help visualize the difference between depth-first search (DFS) and breadth-first search (BFS).
So many problems on LeetCode and HackerRank can be solved with these algorithms, and AI coding agents make it easy to build interactive learning tools like this one.
I hope the takeaway here isn’t just how DFS and BFS work (if you didn’t already know), but that AI coding agents can serve as tutors capable of creating tailored study experiences.