CS 111-- Introduction to Data Structures

Tentative Syllabus -- Spring 2018

Text: Koffman and Wolfgang: Data Structures Abstraction and Design Using Java Third Edition ISBN: 978-1-119-18652-6

Upon successful completion of this course, students will:

Topic Chapter
Java ReviewAppendix A
LCSEE Computer Systemshandout
Software Engineering3
Recursion 5
Abstract Data Types1
Collections Frameworks2.10
Stack4.1,4.2,4.4
Queue4.3,4.6
Linked List2.2,2.3,2.7,2.8
Implementing Stacks, Queues, and Lists4.3,4.7,2.4,2.5,2.6,2.9
Trees6.1,6.2,6.3