Skip to content

BreezySYP/pyleetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/

About

leetcode solutions from python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages