Computer Science, asked by prithiAD, 5 hours ago

List down the applications of List.​

Answers

Answered by adreejaarmy
5

Applications of List :

  1. Implementation of stacks and queues.
  2. Implementation of graphs : Adjacency list representation of graphs is most popular which is uses linked list to store adjacent vertices.
  3. Dynamic memory allocation : We use linked list of free blocks.
  4. Maintaining directory of names.

hope it helps you

Similar questions