View Single Post
  #1  
Old 05-01-2010, 10:50 AM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default solving a maze created by disjoint set

So I finally finished writing a program to build a maze using disjoint set (I just learned it =P). Anyway as I was writing my program, I was under the impression that I could start from the end of the maze and I could climb up to the parent node until I reach the entrance. However, I found out that...
__________________
C++
domain name forum
Reply With Quote