Review Note
Last Update: 11/26/2024 11:19 AM
Current Deck: Robotics and AI::Year 1::Term 2::Data Structures and Algorithms
PublishedCurrently Published Content
Text
An {{c1::adjacency matrix}} uses \( O(V^2) \) memory, while an adjacency list uses \( O(V + E) \), where \(V\) is the number of vertices and \(E\) is the number of edges.
Extra
No published tags.
Pending Suggestions
No pending suggestions for this note.