MiguelP4lacios / monty

Stacks, Queues - LIFO, FIFO interpreter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0x19. C - Stacks, Queues - LIFO, FIFO

Resources:books:

Read or watch:


Learning Objectives:bulb:

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

0. push, pall

  • Implement the push and pall opcodes.

1. pint

  • Implement the pint opcode.

2. pop

  • Implement the pop opcode.

3. swap

  • Implement the swap opcode.

Author

About

Stacks, Queues - LIFO, FIFO interpreter.


Languages

Language:C 100.0%