複選題
41. Which of the following statements are true?
(A) A heap is always a complete binary tree.
(B) Doubly linked list is suitable for random access.
(C) A sparse matrix has many zero elements.
(D) Given a max heap with n nodes. A Push operation takes O(logn) time, and a
Pop operation takes O(1) time.
(E). A binary tree's postorder and inorder traversal sequences are different.