Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.16 KB

File metadata and controls

39 lines (25 loc) · 2.16 KB

Algorithms / Data Structures

Big O Notation: O(n), O(1), and O(n²)

O(n) O(1) and O(n²)
Big O Notation Big O Notation

Data Structures: Array & Linked List

Array Linked List
Array Linked List

Data Structures: Stack & Queue

Stack Queue
Stack Queue

Data Structures: Hash Table

Hash Table (1) Hash Table (2)
Hash Table Hash Table

Data Structures: Binary Heap

Binary Heap (1) Binary Heap (2)
Binary Heap Binary Heap

Data Structures: Binary Search Tree

BST (1) BST (2)
BST BST