|
-
August 29th, 2012, 07:37 AM
#4
Re: Error: infinite loop in my code(Depth First Search)
 Originally Posted by CreganTur
The first thing I notice is that you have "++v" in the declaration of your For loop. It should be "v++"
I'm just glancing over your code, but that error could be preventing the incrementation of the v variable, which would cause the infinite loop.
No, not wrong this, can you test on your VS and tell me something else???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|