Correcting grammatical errors (#33530)
* correcting grammatical mistakes in dynamic programming section
This commit is contained in:
committed by
The Coding Aviator
parent
f8483b0ca7
commit
1c5e0c93b3
@ -44,7 +44,7 @@ def fib(n)
|
||||
return lookup[n]
|
||||
}
|
||||
```
|
||||
Caching computed solutions in a lookup table, and query it before go recursion will let the program have a running time of O(N).
|
||||
Caching computed solutions in a lookup table, and querying it before going for recursion will let the program have a running time of O(N).
|
||||
|
||||
#### More Information:
|
||||
|
||||
|
Reference in New Issue
Block a user