Data Structure and
Algorithms
(Introduction to algorithm complexity)
UKZN
ENEL2DSH2
2016
Lecturer: James A. Okello (SMIEE, PhD)
, While studying data structure…
The study of data structures includes:
• Logical description of the data structure
• Implementation of the data structure
• Quantitative analysis of the data structure
Includes determining:
- Amount of memory needed to store the data structure
- Time required to process
Algorithms
(Introduction to algorithm complexity)
UKZN
ENEL2DSH2
2016
Lecturer: James A. Okello (SMIEE, PhD)
, While studying data structure…
The study of data structures includes:
• Logical description of the data structure
• Implementation of the data structure
• Quantitative analysis of the data structure
Includes determining:
- Amount of memory needed to store the data structure
- Time required to process