Whether Linked List is linear or Non-linear data structure?
Answer / jagrit kashyap
According to Access strategies Linked list is a linear one.
According to Storage Linked List is a Non-linear one.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you separate zeros from non-zeros in an array?
What exactly is data?
what is binary tree?
what is the need of data structure
How can we reverse a singly linked list?
How can you insert a node to the beginning of a singly linked list?
What is impact of signed numbers on the memory using data structures?
Define linear probing?
What is the purpose of sorting?
What are the different types of linked list?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
What is thread and types of thread?