This page presents the “modules”, or the topics that are covered in this course.
Click on the tile associated with a module to go to a page containing that module’s contents.
Overview of ICS 211, and some simple initial tasks to get oriented and ready for the course.
1/9
Review of the Java programming language.
1/11 - 1/17
Object-Oriented Programming and Java Class Hierarchy.
1/14 - 1/20
Introduction to Big-O notation and code analysis.
1/21 - 1/27
Introduction to sorting data.
Introduction to the List Abstract Data Type.
1/28 - 2/17
Demonstrate your mastery of OOP, Big O, and Lists.
2/22
Introduction to the Stack ADT.
2/25 - 3/3
Introduction to the Queue and Dequeue ADT.
3/4 - 3/10
Introduction to Recursive algorithms and thinking.
3/11 - 3/17
Demonstrate your mastery of Stacks, Queues, recursion and Trees.
3/22
Introduction to the Tree ADT.
4/1 - 4/14
Introduction to the Hash Table or Map ADT.
4/15 - 4/21
Introduction to more complex sorting algorithms.
4/22 - 4/28
Demonstrate your mastery of all the material in this course.
5/11