InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not the method to represent Sparse Matrix?(a) Dictionary of Keys(b) Linked List(c) Array(d) HeapI want to ask this question from Arrays Types topic in division Arrays Types of Data Structures & Algorithms II have been asked this question in a job interview. |
|
Answer» The correct choice is (d) Heap |
|