Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ rod_cutting.py
File
rod_cutting.py
dynamic_programming/rod_cutting.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
### PROBLEM ###
2
""
"
3
We are given a rod of length n and we are given the array of prices, also of
4
length n. This array contains the price
for
selling a rod at a certain length.
Callers
nothing calls this directly
Calls
1
CutRod
Function · 0.85
Tested by
no test coverage detected