3. Below is the C++ implementation of ADTX, an unknown abstract data type. For clarity, exception ha
問題詳情
3. Below is the C++ implementation of ADTX, an unknown abstract data type. For clarity, exception handlingcodes are omitted. Which of the following is the most likely abstract data type implemented here?
(A) stack (B) first-in-first-out queue (C) priority queue (D) linked list (E) none of the above