Skip to content

MiguelP4lacios/monty

Repository files navigation

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

  • Implement the push and pall opcodes.
  • Implement the pint opcode.
  • Implement the pop opcode.
  • Implement the swap opcode.

Author

About

Stacks, Queues - LIFO, FIFO interpreter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages