Adjacency Lists

Adjacency list
- An adjacency list often called an edge list is collection of unordered lists used for storing a finite graph or a tree.
- Adjacency list could be implemeted as a list of list or a vector of list.


Copyright (c) 2019-2023, Algotree.org.
All rights reserved.