Feb 13, 2025  
PUBLISHED 2025-2026 Credit Catalog 
    
PUBLISHED 2025-2026 Credit Catalog

DATA 3000 - Data Structures


Description
This course introduces abstract data types, basic algorithm analysis, and fundamental data structures and their implementations . You’ll analyze the performance of an algorithm and apply searching and sorting algorithms. You’ll also implement ADTs list using an array and chain of linked nodes, and you’ll implement an ADT stack and queue using an array and a chain, explore the ADT dictionary. The course also explores the implementation of ADT binary trees, retain balance in binary trees, and ADT graphs.



3 Credits

Time Guidelines
The standard instructional time for this course is 45 hours.


Prerequisites
 

  • CMPS 3000