Princeton21 / Data-Structures-and-Algorithms

Repository consisting of data-structures and algorithms.
MIT License
32 stars 130 forks source link

Create MaximiseExpression.py #387

Closed srivastavaayu closed 3 years ago

srivastavaayu commented 3 years ago

Added Maximise Expression, an algorithm that can return the maximum value possible of the expression. The program also contains type hints and doctests for the algorithm.

Fixes issue:

Changes:

Princeton21 commented 3 years ago

Thank you for contributing @srivastavaayu Keep it up