ADEV-3009Data Structures and Algorithms
This course covers data structures used in programming. Concepts include: the importance of writing optimized code, determining running time, and best/average/worst-case execution. Data Structures covered in this course are (but not limited to): linked lists, stacks, queues, hash tables, maps, and trees.