- 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
Once the files are downloaded, the compilation process must be done as following:
$ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o monty
$ ./monty <file>
This is a purely academic project for Holberton School. It cannot be modified and there will be no pull requests.
Sandra Liliana Calero - twitter Juan Sebastian Gonzalez - twitter