User: truckboy98

  • Public profile

User profile: truckboy98

User info
User name:truckboy98
History
Joined:
Number of posts:11
Latest posts:

Solving rat in maze using DFS
I was asked to have a previous x and a previous y too, in order to print the path how is that possib...

Solving rat in maze using DFS
How about my way of reading the file i think its inefficient since at first time i read the file i ...

Solving rat in maze using DFS
Thanks a lot just got rid of the loop! We are not allowed to use recursion for atm, so how is it po...

Solving rat in maze using DFS
Here is my main: [code] int main() { int c ,r; ifstream in("maze.txt"); char str1[100],...

Solving rat in maze using DFS
Hello, I am trying to represent a maze using two classes: Maze and Cell. A Maze object is a rectan...

This user does not accept Private Messages