Multiple choice

Which of the following is/are the applications of a linked list data structure?

  1. To represent polynomials

  2. Linked list is used in dynamic memory management and in allocation and releasing memory at runtime

  3. Representing sparse matrix

  4. All of the above

  5. Only (1) and (3)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

All are the applications of linked list data structure.