Introduction Of Linear And Non Linear Data Structure
Linear data structure: A data structure is said to be linear if its data item form a linear sequence. Examples of the linear data structure are: (a) Array (b) Linked List (c) Stack (d) Queue Array: An array is a collection of data elements of… Read More »Introduction Of Linear And Non Linear Data Structure