ufosc / TERMINALMONOPOLY

15 stars 41 forks source link

Calculator module (modules.py) implement as stack #2

Closed adamgulde closed 1 month ago

adamgulde commented 2 months ago

Stacks (data structure) are perfect to implement multi-operator calculators. Currently, the calculator module, located in modules.py, uses a naive operation system. Implementing a stack would make the calculator module much more robust.

If you're taking or have taken DSA, this is a pretty straightforward problem :)

=========== Respond below (first come, first serve) if you'd like to pick up this issue

AmariN12 commented 2 months ago

I'd like to work on this issue!

adamgulde commented 2 months ago

Assigned!