Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data structures & Algorithms - Coggle Diagram
Data structures & Algorithms
Algorithms
Shortest path
Bellman
Djikstra
Search
A star
Greedy
Lazy
Breadth First
Depth Frist
Sorting
Selection Sort
Bubble
Navie
Structures
Hashmaps / Hashtables
Vectors
Arrays
LInked List
Single Linked
Doubly Linked
Graph
Mutext
Barrier
Single
Stack
Queue
Heap
Prioritoy Queue
Performance
Big O
O(n)
O(1)
O(n log n)
O(log n)
Test Certainty
Memory
CPU
Memoization
Trees
Binary
Graph
Cyclic
Asyclic
Linked List