Topic: Queue Problem / Level: advanced

Problem: Implement a queue that allows for batch operations, such as enqueueing and dequeueing multiple elements at once.

Run the code to see the output here...