Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
algo646464
on May 18, 2018
|
parent
|
context
|
favorite
| on:
Solving dynamic programming interview problems
All dynamic programming algorithms are recursive. They are essentially a (constructive) proof by induction.
For clarity, perhaps one can include a "proof of correctness" of the algorithm in the comments.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For clarity, perhaps one can include a "proof of correctness" of the algorithm in the comments.