Graphs can be represented in several ways. An adjacency list is a list of the graph's vertices. each vertex then has a list of the vertices it is connected to. An adjacency matrix stores edges in a matrix. The rows and columns represent the vertices in the graph. If there is an edge between two vertices, a one is placed at their intersection. the absence of an edge is shown with a zero at that position.
Identifier (URI) | Rank |
---|---|
dbkwik:resource/B4tmUm1cXT_wmnODBHto6Q== | 5.88129e-14 |
dbr:List_of_information_graphics_software | 5.88129e-14 |
dbr:Graph_theory | 5.88129e-14 |
dbkwik:resource/DMBTgmAVnIHVvoWxr8DxLA== | 5.88129e-14 |