keon / algorithms

Minimal examples of data structures and algorithms in Python

Repository from Github https://github.comkeon/algorithmsRepository from Github https://github.comkeon/algorithms

Maximize expression | Dynamic Programming

srivastavaayu opened this issue · comments

Add an algorithm to maximize an expression by computing subexpressions.
Files that would change after the PR: Added file in /algorithms/dp/maximize_expression.py

I would like to work on this issue.