View Single Post
  #3 (permalink)  
Old June 8th, 2004, 04:47 AM
gbilios gbilios is offline
Authorized User
 
Join Date: Mar 2004
Posts: 33
Thanks: 0
Thanked 1 Time in 1 Post
Default

okay,

the problem is in the dfs and dfs_visit_node functions. i want to do a depth first traversal of the adjacency list i wrote. The problem in the dfs functions is that i doesn't print anything. its not working. the program compiles and runs but without with the traversed nodes in depth first search order.



gbilios
Reply With Quote