User profile: Rishav Paul

User info
User name:Rishav Paul
History
Joined:
Number of posts:24
Latest posts:

DFS using stacks error!
[code]#include<iostream> using namespace std; class dfs { int v,i,k,ma...

Depth First Search Logical Error
Help please..

Depth First Search Logical Error
Hey 2 and 8 are adjacent to 1 and 3 is adjacent to 8.. program does not work after that..

Depth First Search Logical Error
So I am not getting all the vertices visited. :(

Depth First Search Logical Error
[output]Enter the number of vertices 8 Enter the number of edges 9 Enter the edges 1 4 1 8 1 2 1 5 4...