Question: C++ Why do the linked stack and queue implementations not include iterators, as in the linked list classes of Chapter 17? Are there cases when
C++
Why do the linked stack and queue implementations not include iterators, as in the linked list classes of Chapter 17? Are there cases when a stack or queue might need to be traversed privately, even if access cannot be provided publicly? If so, should an iterator be used for these cases?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
