How can I design A graph by using link list in C++?
I want to design a graph so I tend to do that by using link list , Please guide me to carry out that.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manish Kumar ChoudharyPosted Dec 2, 2014, 11:11 PM
accept the ans if it works for u.
Thanks.
Joe WilsonPosted Dec 2, 2014, 11:47 AM
Manish Kumar ChoudharyPosted Dec 1, 2014, 11:14 PM
Hi Joe Wilson,
Read these links it helps u
http://www.geeksforgeeks.org/graph-and-its-representations/
http://codereview.stackexchange.com/questions/27241/creating-an-adjacency-list
http://www.dreamincode.net/forums/topic/31357-c-linked-lists-custom-linked-lists-part-1/