Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
2
Program to evaluate a prefix expression.
3
https://en.wikipedia.org/wiki/Polish_notation
4
""
"
Callers
nothing calls this directly
Calls
1
evaluate
Function · 0.70
Tested by
no test coverage detected