MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / postfix_evaluation.py

File postfix_evaluation.py

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

Source from the content-addressed store, hash-verified

1"""
2Output:
3
4Enter a Postfix Equation (space separated) = 5 6 9 * +

Callers

nothing calls this directly

Calls 2

SolveFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected