Applications of Linked List - Data Structure

Q.  Which of the following is / are the Applications of a Linked List?
- Published on 27 Aug 15

a. Polynomial
b. Set
c. Sparse matrix
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Nirja Shah   -Posted on 18 Nov 15
    The main Applications of Linked Lists are:
    - For representing Polynomials.
    - In Dynamic Memory Management.
    - In balancing parentheses.
    - Representing Sparse Matrix.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)