example of linear and non-linear data structures?

Answer Posted / santosh kumar chaudhary

A linear data structure is one in which, while traversing
sequentially, we can reach only one element directly from
another. Eg- Linked List, Array.

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is advantage and disadvantage of linked list?

662


Why is data structure used?

768


Which is faster hashmap or hashset?

697


What are the advantages of binary search over linear search?

863


In Data Structure, write output of given program.

719


What is adt and its advantages?

769


Which sorting algorithm is best for small data?

660


What is array indexing?

703


What is the difference between file structure and storage structure?

764


Does hashmap allow duplicate keys?

776


Which sorting is best?

700


Parenthesis is never required in postfix or prefix expressions, why?

710


How many types of data structures are there?

787


Is list same as array?

648


Explain the Queue

786