Introduction
Introduction
1.Creation of an array
2.Traversing of an array
3.Insertion of new elements
4.Deletion of required elements
5.Modification of an element
6.Merging of arrays
Lists:- A list can be defined as a collection of variable number
of data items. List are the most commonly used non-primitive
data structures. An element of list must contain at least two
fields, one for storing data or information and other for storing
address of next element.
Technically each such element of linked list is called bas a
node, therefore linked list can be called as collection of nodes.
It is a dynamic data structure because it’s memory is not fixed.
We tell all the values at run time so further it can be added.Let
say if we have to add some more data in our list then it can
increase it’s memory ,only the condition is that memory
should be available so that it can store more elements if
needed.
5698 900
56 45 66 32 78 54
GROW SUBTREES
TREES