edgellheather795/pyleetcode
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
dynamic programming learning and exercise https://zhuanlan.zhihu.com/p/91582909 1. Find out the what the element of array means 2. Relationships of the adjacency elements, how to calculate [i][j], [i-1][j-1], [i-1][j] and [i][j-1] 3. Find out initialization elements 4. Optimal https://leetcode-cn.com/tag/dynamic-programming/