Chapter 9 -
Data Structures
Objectives:
- Learn what a data structure is and how it is used
- Learn about single- and multidimensional arrays and how they work
- Learn what a pointer is and how it is used in data structures
- Learn that a linked list allows you to work with dynamic information
- Understand that a stack is a linked list and how it is used
- Learn that a queue is another form of a linked list and how it is used
- Learn that a binary tree is a data structure that stores information in a
hierarchical order
- Be introduced to several sorting routines
Homework
Extras
CSC 160 Home