Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Weighted Undirected Graph C++

Status
Not open for further replies.

TotalInsanity

Programmer
Oct 18, 2006
20
GB
Hey all.

I could do with a little help.

I need to create a weighted undirected graph in c++, using either an adjacency list, a matrix or a map/multimap or all of them (separately of course!) :O)

I have been looking on Google for examples of such a graph in c++ but I can't seem to find any!

Can any of you point me in the right direction so I can see some code on how to create such a data structure in c++???

Thanks in advance...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top