User profile: deckonsoul

User info
User name:deckonsoul
History
Joined:
Number of posts:14
Latest posts:

how to display the neighbors of each vertex.
[code] #include <cstdlib> #include <iostream> #include <iomanip> #define foreach

display neighbosr of each vertex
this is insidde my graph.h [code] class Vertex { public: string name; vector<Vertex> neig...

display neighbosr of each vertex
hi guys. How can create a code to display the beighbors of each vertex in a graph. for example the n...

Not averaging correctly?
THankx for both of you guys help! much appreciated!

Not averaging correctly?
ive tried it, and it still gives me the wrong average.