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. 1,2,5
  2. 1,5,3
  3. 2,4
  4. 3,5,6
  5. 1,2,4
  6. 4

Want more like this?

The best / easiest way to support my work is by subscribing for future updates and sharing with your network.