Grokking Graph Algorithms for Coding Interviews
Ask Author
Back to course home

0% completed

Vote For New Content
Chaithra Nayak
Doubt

Chaithra Nayak

Nov 19, 2025

As a result, the adjacency list for an undirected graph is symmetric.

How is the adjacency list symmetric? Does it not apply to only adjacency matrix?

0

0

Comments
Comments

On this page

1 Adjacency Matrix

Adjacency matrix for Undirected Graph

Adjacency matrix for directed graphs

Adjacency List

Representing directed graphs using adjacency list