You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: problems/stack-machine/Readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Game Of Life
1
+
# Stack Machine
2
2
3
3
A stack machine is a simple system that performs arithmetic operations on an input string of numbers and operators. It contains a stack that can store an arbitrary number of 12-bit unsigned integers. Initially the stack is empty. The machine processes a string of characters in the following way:
4
4
@@ -50,4 +50,4 @@ Assume that:
50
50
51
51
In your solution, focus on **correctness**. The performance of your solution will not be the focus of the assessment.
0 commit comments