项目作者: MiguelP4lacios
项目描述 :
Stacks, Queues - LIFO, FIFO interpreter.
高级语言: C
项目地址: git://github.com/MiguelP4lacios/monty.git
0x19. C - Stacks, Queues - LIFO, FIFO
Resources
Read or watch:
Learning Objectives
What you should learn from this project:
- What do LIFO and FIFO mean
- What is a stack, and when to use it
- What is a queue, and when to use it
- What are the common implementations of stacks and queues
- What are the most common use cases of stacks and queues
- What is the proper way to use global variables
- Implement the push and pall opcodes.
- Implement the pint opcode.
- Implement the pop opcode.
- Implement the swap opcode.
Author