InterviewSolution
Saved Bookmarks
| 1. |
What Is A Linked List? Explain Its Applications ? |
|
Answer» A Linked list is a linear data structure similar to an array, which is used to store the data in an ORGANIZED way. In Linked list data elements are not stored in contiguous blocks. Applications of the Linked list:
A Linked list is a linear data structure similar to an array, which is used to store the data in an organized way. In Linked list data elements are not stored in contiguous blocks. Applications of the Linked list: |
|