Introduction To Data Structures and Algorithms
Introduction To Data Structures and Algorithms
DATA STRUCTURES
AND ALGORITHMS
Presented by: Bharatam Gyanam
INTRODUCTION
The data structure is a method of collecting and
organizing data so that we can perform
operations on it effectively. Data Structure is the
process of rendering data elements in terms of
some relationship in order to improve
organization and storage. For example, we have
some information about a programmer named
"Happy" who is 23 years old. In this case, "Happy"
is of the String data type, and 23 is of the integer
data type.
WHAT IS AN
ALGORITHM
An algorithm is a finite set of instructions or logic
written to perform a specific predefined task. The
core logic (solution) of a problem, which can be
expressed either as an informal high-level description
as pseudocode or using a flowchart, is expressed as
an algorithm.
contact@bharatamgyanam.com
LINK TO BLOG