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
Generate a maze on a 2D grid using Prim's algorithm. We first generate all edges with random weights and then draw the maze edge by edge. Each node is colored by its distance from the randomly chosen start node.