MCPcopy 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"""
3We are given a rod of length n and we are given the array of prices, also of
4length n. This array contains the price for selling a rod at a certain length.

Callers

nothing calls this directly

Calls 1

CutRodFunction · 0.85

Tested by

no test coverage detected