This a WikiRace solver connected to a FastAPI endpoint I built and deployed via AWS Lambda. To use it, enter start and end wikipedia links, as they appear in the url.

EX: https://en.wikipedia.org/wiki/Death_from_laughter

Click the ‘Find Shortest Path Length’ button to show the minimum amount of clicks to get from link A to B. If you want to see an optimal path (as there may be many with the same length), a button will appear to reveal the solution! Otherwise, you can reset and try another set of links.

WARNING: Please be aware that this BFS scales very quickly. If your links are highly unrelated, AWS Lambda times out after 15 minutes, and this will not return a result.

WikiRace Pathfinder