MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / prefix_evaluation.py

File prefix_evaluation.py

data_structures/stacks/prefix_evaluation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Program to evaluate a prefix expression.
3https://en.wikipedia.org/wiki/Polish_notation
4"""

Callers

nothing calls this directly

Calls 1

evaluateFunction · 0.70

Tested by

no test coverage detected