Stacks and Queues

May 26, 2017 ยท View on GitHub

working with LIFO, FIFO, stacks, queues, and monty language

Description

This project covers...

Environmental Specs

  • Environment: Ubuntu 14.04 LTS
  • Compiler: gcc 4.8.4 (C90)
  • Languages: C language, Monty

Concepts Covered

  • LIFO and FIFO
  • stack, and when to use it
  • a queue, and when to use it
  • common implementations of stacks and queues
  • the most common use cases of stacks and queues
  • proper way to use global variables
  • working with git submodules

File List

Tests

Testing for this program can be done with the bash testing file at the monty checker repository: https://github.com/johncoleman83/monty-checker

Authors

License

Public Domain, no copyright protection