We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f248d commit 128fc1eCopy full SHA for 128fc1e
data_structures/stacks/prefix_evaluation.py
@@ -1,5 +1,6 @@
1
"""
2
-Python3 program to evaluate a prefix expression.
+Program to evaluate a prefix expression.
3
+https://en.wikipedia.org/wiki/Polish_notation
4
5
6
calc = {
0 commit comments