language-icon Old Web
English
Sign In

Adjacency list

In graph theory and computer science, an adjacency list is a collection of unordered lists used to represent a finite graph. Each list describes the set of neighbors of a vertex in the graph. This is one of several commonly used representations of graphs for use in computer programs. In graph theory and computer science, an adjacency list is a collection of unordered lists used to represent a finite graph. Each list describes the set of neighbors of a vertex in the graph. This is one of several commonly used representations of graphs for use in computer programs.

[ "Graph", "Algorithm", "Combinatorics", "adjacency relation", "Adjacency algebra" ]
Parent Topic
Child Topic
    No Parent Topic