Emmanuel College
COMP2103 - 01 - Data Structures
Description
Learn about the fundamental structures that underlie all software and the C programming language. You will be shown the problem that each structure solves, implement the structure and its mechanisms, and explore the interfaces they provide. Ultimately you will learn how to choose structures and implementations to best solve particular problems, informed by your experience working on their implementations, the analysis of their speed and complexity, and use of their interfaces in larger programs.