mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(solutions): add reverse-polish-notation/c/function
This commit is contained in:
@ -1 +1 @@
|
||||
3.5
|
||||
1 3 +
|
@ -1 +1 @@
|
||||
3.5
|
||||
4
|
@ -1 +1 @@
|
||||
1 3 +
|
||||
5 3 *
|
@ -1 +1 @@
|
||||
4
|
||||
15
|
@ -1 +1 @@
|
||||
1 3 *
|
||||
1 3 -
|
@ -1 +1 @@
|
||||
3
|
||||
-2
|
@ -1 +1 @@
|
||||
1 3 -
|
||||
10 2 /
|
@ -1 +1 @@
|
||||
-2
|
||||
5
|
@ -1 +1 @@
|
||||
4 2 /
|
||||
5 3 + 12 8 + * 10 /
|
@ -1 +1 @@
|
||||
2
|
||||
16
|
@ -1 +0,0 @@
|
||||
5 3 + 12 8 + * 10 /
|
@ -1 +0,0 @@
|
||||
16
|
Reference in New Issue
Block a user