example of linear and non-linear data structures?
Answer Posted / description
Linear means, in order of sequence. ex: Arrays, starts from
0 to n number of items.
Non - Linear not in an order (or) random order sequence.
ex : Search Trees
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Can a stack be described as a pointer? Explain.
Why is it important to sort waste?
What do you know about traversal in linked lists?
What are basic algorithms?
What is hashing in cyber security?
How do you find the second largest element in an array of integers?
What are the basic operations of stack?
When will we get ArrayStoreException?
Define an abstract data type (adt)?
Explain Linked List
Mention the advantages of representing stacks using linked lists than arrays?
How is heap sort implemented?
where do you use double linked list?
What is difference between list and array list?
What is the complexity of arrays sort?