Apps
Advent of Code 2022
- interactive web app (runs in browser)
- pathfinding challenge, day 12 of aoc2022
- visualises Breadth First Search (BFS) through a grid of cells, navigating from a Start to End cell, with limitations on travel
- More info in blog post
- Source code here