Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Edge list
Graph data structure

An edge list is a data structure used to represent a graph as a list of its edges. An (unweighted) edge is defined by its start and end vertex, so each edge may be represented by two numbers. The entire edge list may be represented as a two-column matrix. An edge list may be considered a variation on an adjacency list which is represented as a length | V | {\displaystyle |V|} array of lists. Since each edge contains just two or three numbers, the total space for an edge list is Θ ( | E | ) {\displaystyle \Theta (|E|)} .

We don't have any images related to Edge list yet.
We don't have any YouTube videos related to Edge list yet.
We don't have any PDF documents related to Edge list yet.
We don't have any Books related to Edge list yet.
We don't have any archived web articles related to Edge list yet.

References

  1. Munagala, Kameshwar; Ranade, Abhiram (1999). "I/O-complexity of Graph Algorithms". Proceedings of the Tenth Annual ACM-SIAM Symposium on Discrete Algorithms. SODA '99. Philadelphia, PA, USA: Society for Industrial and Applied Mathematics: 687–694. ISBN 9780898714340. 9780898714340

  2. "igraph R manual pages". igraph.org. Retrieved 2019-10-16. https://igraph.org/r/doc/graph_from_edgelist.html

  3. "Representing graphs". Khan Academy. Retrieved 2019-10-16. https://www.khanacademy.org/computing/computer-science/algorithms/graph-representation/a/representing-graphs

  4. Kolaczyk, Eric D. (2009-04-20). Statistical analysis of network data : methods and models. New York. pp. 22. ISBN 9780387881461. OCLC 405547055.{{cite book}}: CS1 maint: location missing publisher (link) 9780387881461

  5. "Representing graphs". Khan Academy. Retrieved 2019-10-16. https://www.khanacademy.org/computing/computer-science/algorithms/graph-representation/a/representing-graphs