What is the space complexity of an adjacency matrix. And time complexity of an adjacency + neighbourhood query
How to store a graph as an adjacency matrix
i, j = row, column
How to store a graph as an adjacency list
What is the space complexity of an adjacency list. And time complexity of an adjanceny + neighbourhood query
Compare adjacency matrices to adjacency lists
How does Google page rank use adjacency lists
What are 2 examples of multi-graphs
Knowing we won’t cover these may help on the exam