You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "searches a 2d grid maze with graph search algorithms like breadth-first, depth-first, and A*, also edit mazes and generate mazes with DFS, Prim's, and Kruskals.",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"