python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How create an adjacency matrix of a Maze graph
I'm working on making a maze Generator using Prim's Algorithm. I understand i have to make an undirected weighted graph and represent it on an Adjacency Matrix or List. i created the boolean[][] adjac...
Ayu Crystal
Votes: 0
Answers: 1
Same maze with same seed c++
I have coded a random maze generator and it totally works. However I want to make it so that if the user types in the same seed (third command line parameter) it generates the same maze. I was wonderi...
Jojo
Votes: 0
Answers: 1