00 Introduction
00 Introduction
1
Instructor Information
Assoc. Prof. Nguyen Thanh Binh, PhD.
Email: ntbinh@vku.udn.vn
Office: VKU
6
What this course is about?
• Data structures: conceptual and concrete ways
to organize data for efficient storage and
efficient manipulation
• Employment of this data structures in the
design of efficient algorithms
• Analysis of the algorithms complexity
Why do we need them?
• Requirements for a good software
– Good detailed design
– Easy maintenance
– Reliable
– Easy to use
– Reusable