Chapter 3. Data structures¶
Abstract
Data structures serve as a robust and diverse framework.
They offer a blueprint for the orderly organization of data, upon which algorithms come to life.
Chapter contents¶
- 3.1 Classification of data structures
- 3.2 Basic data types
- 3.3 Number encoding *
- 3.4 Character encoding *
- 3.5 Summary