CISP203 — Data Structures
3 Credit Hour(s) This course covers the basic fundamental principles of Data Structures. It uses C++ as a programming language to implement a variety of data structures. As such it requires the knowledge of programming in C++ in the online course CIS 1610 . Topics will include recursion, C++ STL containers, vectors, C++ pointers, dynamic memory, STL Stacks, STL Queues, and Lists with or without iterators. User Designed classes are implemented.
Prerequisites: CIS1610