Course Description
This course focuses on the definition, representation, and manipulation of basic data structures such as arrays, stacks, queues, trees, and graphs, with an emphasis on practical applications.
Learning Objectives
- A. explain sorting and searching operations;
- B. implement array-based and linked lists;
- C. describe stacks and queues; and
- D. describe complex data structures.