Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit a2f38b3

Browse files
Title corrected.
1 parent 4425384 commit a2f38b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems/stack-machine/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Game Of Life
1+
# Stack Machine
22

33
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:
44

@@ -50,4 +50,4 @@ Assume that:
5050

5151
In your solution, focus on **correctness**. The performance of your solution will not be the focus of the assessment.
5252

53-
**Solution:** https://github.com/AntonioRedondo/CodingInterviewProblems/blob/master/src/StackMachine.java
53+
**Solution:** https://github.com/AntonioRedondo/CodingInterviewProblems/blob/master/src/StackMachine.java

0 commit comments

Comments
 (0)