Graph Search: Adjacency List
Date: 2013-11-25 |
An Adjacency list is, simply, a list of each node and the nodes that it is connected to. Here’s an example:
Adjacency List
- 1,2,5
- 1,5,3
- 2,4
- 3,5,6
- 1,2,4
- 4
Want more like this?
The best / easiest way to support my work is by subscribing for future updates and sharing with your network.