- the input will be a 2D array - below example represents image below it ``` [[1], [2], [0, 3], []] ``` ![[CleanShot 2024-05-25 at 13.51.04.png|300x200]] - is the most convenient format - to get all neighbors of node 6, just do graph[6]