0% found this document useful (0 votes)
5 views11 pages

1 Introduction To Data Structure Lyst4917

The document introduces Data Structures and Algorithms (DSA) using C++, outlining their importance in programming and problem-solving. It covers the classification of data structures into linear and non-linear types, as well as prerequisites for understanding DSA concepts. Additionally, it emphasizes the relevance of DSA for campus placements and enhancing programming skills.

Uploaded by

lafil13479
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views11 pages

1 Introduction To Data Structure Lyst4917

The document introduces Data Structures and Algorithms (DSA) using C++, outlining their importance in programming and problem-solving. It covers the classification of data structures into linear and non-linear types, as well as prerequisites for understanding DSA concepts. Additionally, it emphasizes the relevance of DSA for campus placements and enhancing programming skills.

Uploaded by

lafil13479
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

DSA through C++

Introduction to data structure

Saurabh Shukla (MySirG)


- Agendas
① Why to learn DSA ?
data?
② What is the importance of structuring
③ What is a data structure ?
⑥ where are data structure resides ?

⑤ classification of data structure

⑥ Algorithms
⑦ Prerequisites
Élan?
1 .
Raise level of programming
Efficient
2 .

Programming
3. Able to solve complex problems

4- Campus Placement
5. A- Grade company placements
"

1 . Dictionary

I 1
lÉÉÉñy date .

2 . Map

µ=¥H¥É
÷ :÷: ! ÷¥ ;
"!
lÉÉ÷ñy data
?

3. Ledger
DI-imeatE-D.br
=
-
-

-
- -
-

- -
-
-
-

- - -
-
-

- - -
- -

- -
- - -

- - -
- -

- - -

-
-

-
- -
- -

- -
-
-
-

- -
-
- -

In
-
- -
-

-
Whatisadatasruture?
Data structure is a particular way of
data in
and organizing
a
storing
that it can
be used
computer so

efficiently .
wherearedatas.tn#esresidcs9

RAM ←

I
Classification of DS .

1. Linear data structures


linked list stack , queue,
Array , dynamicarray ,
,

deque ,
etc .

Non Linear data structures


2.
-

135T , AVL ,
B- Tree ,
BtThee , graph ,
etc
1-lgorithm
An is the step by step
algorithm ,

to
linguistic representation of logic
solve a
given problem .
Prerequisites

◦ Classes and Objects


◦ constructor and destructor
• new and delete

• this pointer
.
member access through pointer

You might also like