File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ def fibonacci_memoization(n, memo={}):
200200
In this example, `fibonacci_divide_conquer` uses Divide and Conquer without any storage mechanism. `fibonacci_memoization` leverages Dynamic Programming and memoizes results to avoid redundant calculations.
201201

202202
---
203-
204-
---
205-
206203
## 🔹 5. Compare _Greedy_ vs _Divide & Conquer_ vs _Dynamic Programming_ algorithms.
207204

208205
### Answer
@@ -232,3 +229,6 @@ In this example, `fibonacci_divide_conquer` uses Divide and Conquer without any
232229
### Answer
233230

234231
👉🏼 Check out all 8 answers here: [Devinterview.io - Dynamic Programming](https://devinterview.io/data/dynamicProgramming-interview-questions)
232+
233+
---
234+

0 commit comments

Comments
 (0)