Chapter 1 - Introduction and Preliminaries
Chapter 1 - Introduction and Preliminaries
Basic Concepts
Objectives
Upon completion you will be able to:
pg 19 of the book
Typecasting for void* and deferencing to get the value of the variable
Also, a pointer to void cannot
be dereferenced unless it is cast. In other words, we cannot use *p without casting.
Data Structures: A Pseudocode Approach with C 17
1-6 Algorithm Efficiency
• Linear Loops
• Logarithmic Loops
• Nested Loops
• Big-O Notation
• Standard Measurement of Efficiency
Data Structures: A Pseudocode Approach with C 18
Data Structures: A Pseudocode Approach with C 19
Data Structures: A Pseudocode Approach with C 20
Data Structures: A Pseudocode Approach with C 21
Data Structures: A Pseudocode Approach with C 22
(Continued)