This project implements a system for managing multiple queues over a shared storage structure, focusing on efficient space usage and correct queue operations.
Developed as an academic exercise for "Estructuras de datos", going a bit further into understanding classic data structures and low level memory management.
- Multiple independent queues
- Enqueue / dequeue operations
- Pascal