Data Structure Presentation
Data Structure Presentation
TO
DATA STRUCTURE
Presented By :G.Mounika
College Name: Bhaskar Engineering
college
Branch : CSC ( First year)
R-NO :22GE1A0527
CONTENTS
ARRAY
LINKED LIST
STACK
QUEUE
ARRAY
Traversing
Searching
Insertion
Delation
STACK
A stack also called last in first out(LIFO) system .
A stack is a list of elements in which an element may be
inserted or delayed at one end which is known as TOP
of the stack.