Courses

Comp Sci III/Data Structures

CSC 201

Science, Technology, Engineering & Math

Credits: 4

This course covers the fundamentals of data structures and software modeling. Topics include: modern IDE for software development and code version management systems, design and development of reusable software, software modeling (class diagram, use case, CRC card), introduction to analysis of algorithms (order notation), abstract properties, implementation and use of stacks, queues, linked lists, and binary trees, binary search trees, recursion, and efficiency of recursive solutions, range of search (sequential, binary), select (min,max, median), and sort algorithms (quicksort, merge sort, heap sort) and their time and space efficiencies, software quality assurance (pre and post conditions, program testing), team development of software applications, and professional responsibilities and liabilities associated with software development. Prerequisite: CSC 180 with a grade of C- or better or permission of the instructor.