This project is based on the implementation and exploration of stacks and queues, specifically focusing on the concepts of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO) data structures in the C programming language.
This project is a component of the ALX Hoberton Software Engineering Program, serving as an academic endeavor with a specific focus on stacks and queues.
The coding style of the functions adhere to the Betty style. The Betty style is a set of guidelines for writing clean and consistent code in the C programming language.
Stack Implementation Queue Implementation Error Handling Flexibility
Start by cloning this repository to your computer or simply download the zip file from this repository. Navigate to the directory containing your code and then use this command to compile the code: $ gcc -Wall -Werror -Wextra -pedantic -std=c89 *.c -o monty After successful compilation, execute the program using: ./monty
To ensure that error messages are printed on stderr, you can use the appropriate error handling technique in your code.
Favour Edobor: mzfavvy20@gmail.com Robert Amoah: mr_robertamoah@yahoo.com