//
pkg.gl
Category
github.com/zhaoshupeng/learn
algomaster
go
41_dynamic_programming
dp
package
0.0.0-20250103121507-ee63f3edf62b
Repository:
https://github.com/zhaoshupeng/learn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
56 SLOC
#
Functions
LeastCoins
minNum(v) = 1 + min(minNum(v-i)).
LeastCoins2
State Transition Table.
#
Variables
Cnt
No description provided by the author