• Stars
    star
    1
  • Language
    C
  • Created 11 months ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Monty project represents a comprehensive implementation of Stacks and Queues, utilizing the concepts of Last-In-First-Out (LIFO) and First-In-First-Out (FIFO) in the C programming language. Developed as part of the Software Engineering curriculum at ALX School, this project showcases a robust exploration of data structures and algorithms.