Luke Griffith
Breadth-first search algorithm
Studying for my data structures course, I implemented a BFS algorithm to find the shortest path across a HTML grid with obstacles in javascript.