Introduction To Data Structures & Algorithms
Introduction To Data Structures & Algorithms
---& Algorithms
What The Course Is About
Data structures is concerned with the
representation and manipulation of
data.
All programs manipulate data.
Data manipulation requires an
algorithm.
What The Course Is About
• Algorithm design methods are needed
to develop programs that do the data
manipulation.