Rakeshgombi / Hactoberfest-2021

Repository for Hactoberfest
https://hacktoberfest.digitalocean.com/
22 stars 90 forks source link

Create MaximiseExpression.py #173

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.