Please enable JavaScript.
Coggle requires JavaScript to display documents.
Interview - Coggle Diagram
Interview
Test
-
-
Hot spots, like arithmetic and null nodes.
-
-
And when you find bugs, fix them carefully!
Otimization
-
Solve it manually on an example, then reverse engineer your thought process.How did you solve it?
-
-
-
WalkThrough
Now that you have an optimal solution, walk through your approach in detail. Make sure you understand each detail before you start coding.
Implementation
Your goal is to write beautiful code. Modularize your code from the beginning and refactor to clean up anything that isn't beautiful.
-
-