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

Lecture 1 DSA

Inro lecture about DSA

Uploaded by

dmitrikupr
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 views12 pages

Lecture 1 DSA

Inro lecture about DSA

Uploaded by

dmitrikupr
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/ 12

Data Structures &

Algorithms
Lecture 1
What Do You See in This Picture?
Objective
• Describe Data, Data Structure, and Algorithm

• Understand why we must learn about them


What Do These have in Common?
Algorithms
Data
Data Structure
Data, Algorithms, and Data Structures
Key Point

Data Structures + Algorithms = Programs


What Will You Learn in this Course?
Why Should you Learn about DSA?
• Changing the DS or Alg in a slow program can work the same way as
an organ transplant does in a sick patient

• Has nothing to do with the correctness of the program

• Remember, it is better to be born with a good heart than have to wait


for replacement

• For max benefit, choose the right DSA from the start and design your
your program around it
Did We Achieve Today’s Objectives?
• Describe Data, Data Structure, and Algorithm

• Understand why we must learn about them

You might also like