Dec 03, 2024  
PUBLISHED 2024-2025 Credit Catalog 
    
PUBLISHED 2024-2025 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

Prerequisites
 

  • CMPS 3000