Please enable JavaScript.
Coggle requires JavaScript to display documents.
Problem Solving (Listen (Example (Brute Force (Optimize (Walk Through…
Problem Solving
Listen
Example
Brute Force
Optimize
Walk Through
-
After figuring out optimal algo, before diving into code, understand the algorithm
-
-
-
-
-
try to fit all data structures you know
- Linked List or
- Array or
- Binary Tree or
- Heap or
- something else
-
-
-
-
-