Explore tens of thousands of sets crafted by our community.
Data Structure Space Complexity
10
Flashcards
0/10
Stack (Array Implementation)
O(n)
Binary Tree
O(n)
Graph (Adjacency Matrix)
O(v^2)
Linked List
O(n)
Queue (Array Implementation)
O(n)
Array
O(n)
Doubly Linked List
O(n)
Stack (Linked List Implementation)
O(n)
Queue (Linked List Implementation)
O(n)
Binary Search Tree
O(n)
© Hypatia.Tech. 2024 All rights reserved.