Feature description
Hi,
I noticed there are two files for evaluating postfix notation which are:
- ...stacks/evaluate_postfix_notations.py
- ...stacks/postfix_evaluation.py
The latter has bunch of print statements explaining the steps which is pretty useful for educational purposes but not in production. (It can be changed to have a verbose=True parameter for prints for example.)
Is having these two files intentional or we should combine them?
Feature description
Hi,
I noticed there are two files for evaluating postfix notation which are:
The latter has bunch of print statements explaining the steps which is pretty useful for educational purposes but not in production. (It can be changed to have a
verbose=Trueparameter for prints for example.)Is having these two files intentional or we should combine them?