User profile: deathslice

User info
User name:deathslice
Email:averhoffmanuel@yahoo.com
Name:Luis Manuel Averhoff
Location:Miami, Florida
Statistical data
Birthdate:Apr 7, 1995
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:260
Latest posts:

Data structure interview question
So I been practicing a couple of interview questions from my data structures book and one question t...

Program produces unreachable locations in the maze
Yep that was the problem lastchance thanks.

Program produces unreachable locations in the maze
Because, I need to have one for loop that goes through the entire maze, and two more for loops that ...

Program produces unreachable locations in the maze
That would be true if I was doing i++ but I'm doing i+=Columns. So in the first iteration, the secon...

Program produces unreachable locations in the maze
So I'm trying to create a program that generates a maze using depth-first search. For the most part,...