types of data structure:
hello friends, today i am tell you how many type of data structure. there are two type of data structure (1). linear data structure and (2). non-linear data structure. data structure is very important in programming concept.
1. linear data structure
A data structure to be said to be linear if it's element form a sequence or a linear list.
example:Array. Linked list,stack and Queues.
2. Non linear data structure
A data structure is said to be non-linear if traversal of nodes is non-linear in nature.
Example:Graph and trees
0 Comments