Top-down & Bottom-up
•If you clearly understand the problem's essence, use top-down approach.
•If you understand the problem framework but the details are unclear, use the divide-and-conquer approach.
•If you are completely confused, start with a baby version and compare it with the final version. Then, create bigger versions incrementally until you reach the final version.


Card Comments 0
No comments yet. Be the first to comment!