/monty

Stacks, Queues - LIFO, FIFO project

Primary LanguageC

0x19. C - Stacks, Queues - LIFO, FIFO PROJECT: In this project we will be able to understand:

  • 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