35 下列有關堆疊(stack)的敘述,何者錯誤?
(A)堆疊是一種具有先進後出特性的資料結構(data structure)
(B)堆疊是一種抽象的資料型態(abstract data type)
(C)堆疊可以用陣列(array)或串列(linked list)來實現(implement)
(D)堆疊內的資料不可以是堆疊

答案:登入後查看
統計: A(21), B(72), C(51), D(287), E(0) #1216368

詳解 (共 1 筆)

#3411947
堆疊內的資料可以是堆疊 
(共 14 字,隱藏中)
前往觀看
3
0