Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 463 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 463 Bytes

CS-132 Labs and Projects

CS132 - Computer Science II

  • A continuation of CS121. Further study of the organized design, development, and testing of computer programs. Emphasis will be on recursion and on the design and application of the important abstract data types/structures of computer science : Stacks, queues, singly and doubly linked lists, and trees.

Several programming projects using these data structures will be required.

Prerequisite: CS121