Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algorithms & Data Structures (Abstract Data Structures Defines…
Algorithms & Data Structures
Big-O Notation
Time Complexity
Space Complexity
Algorithms
Sorting
Selection Sort
Insertion Sort
Merge Sort
Quick Sort
Searching
Binary Search
Graphs
Depth First Search (DFS)
Breadth First Search (BFS)
Graph Coloring
Dijkstra Algorithm
Bidirectional Search
PageRank Algorithm
Network Flow Problems
NP-complete
Trees
Binary Tree Traveral
BinaryHeaps(Min-HeapsandMax-Heaps)
Data Structures
Array
Linked List
Double Linked List
Stack
Queue
Singly Linked List
Tree
Binary Tree
Binary Search Tree
Binary Heap
Hash Table
Abstract Data Structures
Defines interface and hides implementation details
Primitive (String, Number, Boolean)
Stack
Queue
Priority Queue
List
Sorted List
Map
Set
Graphs