Summer Training PPT
Summer Training PPT
Summer Training PPT
STRUCTURES
AND
TANMAY SAINI
REG NO – 12214619
LOVELY PROFESSIONAL UNIVERSITY
B.TECH IN COMPUTER SCIENCE AND ENGINEERING
CERTIFICATION
An Array is actually a pointer that points to the first element of the array.
Because the array variable is a pointer, you can dereference it, which
Searching 5
Searching in data-structure refers to the process of finding a desired element
Types-
1. Singly Linked List
2. Doubly Linked List
3. Circular Linked List
The Stack is a linear data structure, which follows a particular order in which
the operations are performed. The order may be LIFO (Last In First Out) or
FILO (First In Last Out).
A real-life example is a stack of plates: you can only take a plate from the
top of the stack, and you can only add a plate to the top of the stack.
DATA STRUCTURES AND ALGORITHMS
APPLICATION- Reverse a Data , Processing Function Calls
QUEUE
A Tree is said to be a Binary Tree if all of its nodes have atmost 2 children.
That is, all of its node can have either no child, 1 child, or 2 child nodes.