Finding isolated nodes in graph :(Yeah. It works only for the first node in the graph. There is a problem in the function , it checks ...
Finding isolated nodes in graph :(Thank you! But I think there is a mistake in the second loop because it prints a message only for on...
Finding isolated nodes in graph :(The problem code is in the comment. The rest of the code is correct.The problem is that i cannot wri...
Finding isolated nodes in graph :([code]#include<iostream.h> const n=10; struct link { char key; link*next;}*g[n]; void init(lin...
This user does not accept Private Messages