IS 423 Data Structures and Algorithms *

In this course students study data structures and the effects their design, selection and implementation have on the efficiency and effectiveness of programs. Data structures studied include lists, stacks, queues, and trees. Students also study the efficiency of algorithms focusing primarily on searches and sorts. The course uses C++ as its primary language. As a result of this course students will be able to select and implement effective data structures and algorithms in their programs.

Credits

5

Prerequisite

IS 375

Notes

Recommended: MATH 141