May 10, 2024  
2021-2022 Undergraduate Catalog 
    
2021-2022 Undergraduate Catalog [ARCHIVED CATALOG]

DSCI 2720 - Data Structures in Python for Data Science


3 Credit Hours
Prerequisites: DSCI 1302 , CSC 2510 , and MATH 2211  with C or higher.
Description
This course covers Data Structures in Python. Topics include Array-Based Sequences, Stacks, Queues and Deques, Linked Lists, Search Trees, Priority Queues, Maps, Hash Tables, and Skip Lists, Sets and Dictionaries, Tries, and Graphs. Time and Space Complexities of operations will be emphasized. Data Science related packages such as NumPy, Pandas, and Matplotlib will also be covered.