Animal Shelter: An animal shelter, which holds only dogs and cats, operations on a strictly "first in, first out" basis. People must adopt either the oldest (based on arrival time) of all animals at the shelter or they can select whether they would prefer a dog or a cat (and will receive the oldest animal of that type). They cannot select which specific animal they would like. Create the data structures to maintain this system and implement operations such as enqueue, dequeueAny, dequeuedog, and dequeueCat.
You must use:4-1-cpp-DynamicArrayBasedQueue.pdfDownload 4-1-cpp-DynamicArrayBasedQueue.pdfor4-2-cpp-DoublyLinkedList_Queue.pdfDownload 4-2-cpp-DoublyLinkedList_Queue.pdf
Submission:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here