Mental Model
We use a square grid to show which nodes connect to which nodes. Each cell tells if there is a direct link between two points.
Analogy: Imagine a city map with intersections as points and roads as connections. The grid is like a table where each row and column is an intersection, and a mark means a road connects them.
0 1 2 0 [0 1 0] 1 [1 0 1] 2 [0 1 0]