Data Structures Question:
Download Questions PDF

Whether Linked List is linear or Non-linear data structure?

Answer:

According to Access strategies Linked list is a linear one. According to Storage Linked List is a Non-linear one.

Download Data Structures Interview Questions And Answers PDF

Previous QuestionNext Question
Does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?What is the quickest sorting method to use?