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
The pathfinding algorithms are visualized on a 64×64 grid, as shown below. The coordinates of the start and ending
points can be manually specified, or randomly selected. The generation of random mazes is supported (the mazes are
generated with the use of the Depth First Search algorithm).