Data Structures Question:
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.
Previous Question | Next 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? |