Array in DSA Final
Array in DSA Final
Group members :-
1. Rup Kumar (230101120246)
2. Achhutha Reddy (230101120245)
3. Pawan Kalyan (230101120243)
4. Pavani (230101120241)
Guided by :-
Prof. Pragnya
Agenda
I N T R O D U C T I O N O F A R R AY S
T Y P E S O F A R R AY S
ACCESSING ELEMENTS IN
A R R AY S
INSERTING ELEMENTS
DELETING ELEMENTS
A D VA N TA G E S A N D L I M I TAT I O N S
O F A R R AY S
R E A L - W O R L D A P P L I C AT I O N S O F
A R R AY S
CONCLUSION
Introduction :
• Array are defined as collection of similar type of data items stored at
contiguous memory locations.
• Array is the simplest data structure where each data element can be randomly
accessed by using its index number.
Limitations of Arrays
• Homogeneous Data: Can only store elements of the same data type.