Reflection - reflect each time when you get to the solution
Tree like structure -My mind sometimes slows when backtracking to the previous layer, and can't remember there, to ease the problem, use tree-like structure, and very few nodes at the previous layer
Focus - don't swing away when doing a dfs, consistently ask why to branching out.
No comments:
Post a Comment