<aside> 🛒 Simulate a grocery store with customers, checkout registers, and queues using linked lists. The simulation allows you to create customers, and open/close registers. Implement both single and multiple queue systems.

</aside>

2.1 Parser Implementation

The commands accepted by the starter code follow a specific format where:

Here's what each parameter represents:

2.3 System Implementation

2.4 System Update