Question: For Queue the functions are: enqueue, dequeue, isEmpty. For Stack the functions are: push , pop, isEmpty. Write a function bool equal_queues( queue_t* q1, queue_t*
For Queue the functions are: enqueue, dequeue, isEmpty.
For Stack the functions are: push, pop, isEmpty.
Write a function bool equal_queues(queue_t* q1, queue_t* q2). * The function gets two queues and checks if the have same elements in the same order. * In the end both queues must be in the same state as in the beginning.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
