Another Word For It Patrick Durusau on Topic Maps and Semantic Diversity

May 18, 2013

Graph Representation – Edge List

Filed under: Graphs,Networks,Programming — Patrick Durusau @ 12:44 pm

Graph Representation – Edge List

From the post:

An Edge List is a form of representation for a graph. It maintains a list of all the edges in the graph. For each edge, it keeps track of the 2 connecting vertices as well as the weight between them.

Followed by C++ code as an example.

A hypergraph would require tracking of 3 or more connected nodes.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress