2_top_down_bottom_up
dz / leetcode / explore / dynamic_programming / 0_intro / 2_top_down_bottom_upSubgraphs
Node Tree
Nodes
top_down | |
content | top-down, AKA memoization |
parents | leetcode/glossary/memoization, leetcode/explore/dynamic_programming/0_intro/2_top_down_bottom_up, which_is_better/top_down_easier_to_write, which_is_better, leetcode/glossary/recursion |
location | knowledge/leetcode/leetcode.dz:1139 |
bottoms_up | |
content | bottoms-up, AKA tabulation |
parents | which_is_better, leetcode/explore/dynamic_programming/0_intro/2_top_down_bottom_up, leetcode/glossary/tabulation |
location | knowledge/leetcode/leetcode.dz:1148 |
which_is_better | |
content | which is better? |
children | which_is_better/top_down_easier_to_write, top_down, which_is_better/bottoms_up_faster_runtime, bottoms_up |
parents | leetcode/explore/dynamic_programming/0_intro/2_top_down_bottom_up |
location | knowledge/leetcode/leetcode.dz:1154 |