ended7월 11일· 1 sources
Code Challenge of the Day — Evaluate reverse Polish (medium)
Why it matters
Evaluate a list of reverse-Polish-notation tokens (ints and + - * /, integer division truncating toward zero). Write eval_rpn(tokens). Starter: def eval_rpn(tokens): # TODO pass Solve it interactively...
1
Sources
+0
24h
—
Growth
5d
Active