Implement the below function for the queue: a. IsEmpty: This is left as an exercise for the
Question:
Implement the below function for the queue:
a. IsEmpty: This is left as an exercise for the user. Take a variable, which will take care of the size of a queue if the value of that variable is zero, isEmpty should return true. If the queue is not empty, then it should return false.
b. Size: Use the size variable to be used under size function call.
Size() function should return the number of elements in the queue.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Problems Solving In Data Structures And Algorithms Using C++
ISBN: 9789356273177
2nd Edition
Authors: Hemant Jain
Question Posted: