Application that implements different types of queues, dequeues and priority queues with different data structures (Node or Array).
- Class Node
- Class ExceptionIsEmpty
- Interface Queud
- Interface Diqueud
- Generic Queue with Array
- Generic Queue with Node
- Generic Diqueue with Array
- Generic Diqueue with Node
- Generic Queue Priority with Array
- Generic Queue Priority with Node
- Test
- Luis Alonso Alvarez Aguilar