Graph Codes & Logics behind graph ds Complexities -> #Matrix - (Good if the graphs are dense) Space: O(v^2) Time: O(v^2) #List - Space : O(v+e) Time: O(1)