Welcome to CSE 123: Introduction to Computer Programming III 🎉

What is this class? What will I learn?

Computing continues to play an ever-increasing role in today’s society. Having an understanding of computing is an essential skill for those in the 21st century; from working in industries more reliant on technology, using computational methods to further scientific understanding, or being an informed citizen in a world with technology all around us.

This course is a third course in computer programming focused on the design and implementation of data structures. It assumes students already have significant experience with programming and understand fundamental computing concepts (such as control structures (loops and conditionals), variables and data, and arrays) as well as basic data structure (lists, sets, stacks, queues, and maps/dictionaries) and the fundamentals of object-oriented programming.

In this course, students will learn:

  1. How to implement compound data structures such as lists and trees.
  2. The use of recursion to efficiently solve computational problems.
  3. How to utilize inheritance to represent relationships among similar classes.
Prior Experience and Expectations

Prerequisite Material

This course is intended for students who already have some programming experience. Students entering CSE 123 should already be familiar with programming constructs for problem decomposition (methods or functions), control structures (loops and conditionals), variables and data types (such as integer data), data structures such as arrays, lists, sets, and maps/dictionaries, and the basics of object-oriented programming.

To better assess if CSE 123 is the right class for you, the Allen School has developed a Self-Guided Placement to help students assess which intro course is the right one for them to enroll in. Please see this website for more information on who to contact if you have questions about which introductory CSE course is the right course for you.

Programming Language

CSE 123 is taught in the Java programming language. Unlike CSE 122, CSE 123 does assume prior experience with the Java programming langauge. If you have not programmed in Java before, or would like to get some extra practice or review, please see our Java Tutorial.

If you want to learn more about the course and its policies, please check out our course syllabus.

Feedback

Feedback is always welcome! You can contact the the course staff or submit anonymous feedback.

Registration

Please do not email the course staff or instructors regarding registration for the course. The course staff do not have access to add codes. Please email ugrad-adviser@cs.washington.edu for assistance.

Announcements

This Week (at a glance)

Monday (08/14)

  • None

Tuesday (08/15)

  • 🧑‍🏫 Section 14: Review

Wednesday (08/16)

  • 📝 Exam Part 1

Thursday (08/17)

  • 🧑‍🏫 Section 15: Office Hours

Friday (08/18)

Saturday (08/19)

  • None

Sunday (08/20)

  • None

Calendar

Info

This is a rough sketch of the quarter and things are subject to change. We can accurately predict the past, but predicting the future is hard!

Lessons

Anything listed in the “Lesson” materials for a day should be read before attending class that day. The Lessons are a first introduction to the most important terms and concepts for that day of class. It is okay if the Lesson doesn’t make complete sense as we have the rest of the class day to clarify the concepts, but if you don’t do the Lesson the class session won’t make any sense.

Topic Programming / Creative Projects Resubmissions
Week 0
Mon 06/19
HOLIDAY Juneteenth
Tue 06/20
HOLIDAY No class
Wed 06/21
LES 00 Welcome; Syllabus Details

Note: Normally you would complete the Pre-class Work before class. There is nothing you need to complete before class today!

in-class: pdf pptx
resources:
Videos
Thu 06/22
SEC 00 Welcome; Software Setup
resources: materials
Fri 06/23
LES 01 Implementing Data Structures; Pre-/Post-Conditions
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
P0
Warm Up/Review
I.S. by 11:59 pm
Week 1
Mon 06/26
Tue 06/27
SEC 01 Implementing Data Structures; Pre-/Post-Conditions
resources: materials
Wed 06/28
LES 02 Linked Nodes
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
C0
Abstract Strategy Games
I.S. by 11:59 pm
Thu 06/29
SEC 02 Linked Nodes
resources: materials
Fri 06/30
LES 03 Linked Nodes w/ Loops
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R0
Resub 0
Due 11:59 pm
Week 2
Mon 07/03
Tue 07/04
HOLIDAY 4th of July
resources: materials
Wed 07/05
LES 04 Linked Lists
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
P1
Mini-Git
I.S. by 11:59 pm
Thu 07/06
SEC 03 Linked Lists
resources: materials
Fri 07/07
LES 05 Recursive Tracing
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R1
Resub 1
Due 11:59 pm
Week 3
Mon 07/10
QUIZ 00 Quiz 0 (take-home)

Note: Information for Quiz 0

  • Topics on Quiz: Linked Nodes, Linked Lists
  • Topics not on Quiz: Recursion

Tue 07/11
SEC 04 Recursive Tracing
resources: materials
Wed 07/12
LES 06 Recursive Programming
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
C1
Mondrian Art
I.S. by 11:59 pm
Thu 07/13
SEC 05 Recursive Programming
resources: materials
Fri 07/14
LES 07 Exhaustive Search
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R2
Resub 2
Due 11:59 pm
Week 4
Mon 07/17
Tue 07/18
SEC 06 Exhaustive Search
resources: materials
Wed 07/19
LES 08 Recursive Backtracking
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
P2
Disaster Relief
I.S. by 11:59 pm
Thu 07/20
SEC 07 Recursive Backtracking
resources: materials
Fri 07/21
LES 09 Binary Trees
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R3
Resub 3
Due 11:59 pm
Week 5
Mon 07/24
QUIZ 01 Quiz 1 (take-home)

Note: Information for Quiz 1

  • Topics on Quiz: Recursion, Recursive Backtracking
  • Topics not on Quiz: Binary Trees

Tue 07/25
SEC 08 Binary Trees
resources: materials
Wed 07/26
LES 10 Binary Search Trees; x = change(x)
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
C2
"HiteshFeed" Quiz
I.S. by 11:59 pm
Thu 07/27
SEC 09 Binary Search Trees
resources: materials
Fri 07/28
LES 11 Runtime Analysis
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R4
Resub 4
Due 11:59 pm
Week 6
Mon 07/31
Tue 08/01
SEC 10 TA's Choice 🥳
Wed 08/02
LES 12 Huffman Encoding; Comparable

Note: Some of these slides are from a previous course but are still applicable to CSE 123 this quarter.

pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
P3
Huffman
I.S. by 11:59 pm
Thu 08/03
SEC 11 Runtime Analysis; Comparable
resources: materials
Fri 08/04
LES 13 Inheritance; Polymorphism
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Released
R5
Resub 5
Due 11:59 pm
Week 7
Mon 08/07
QUIZ 02 Quiz 2 (take-home)

Note: Information for Quiz 1

  • Topics on Quiz: Binary Trees, Binary Search Trees
  • Topics not on Quiz: Inheritance

Tue 08/08
SEC 12 Inheritance / Polymorphism
resources: materials
Wed 08/09
LES 14 Abstract Classes
pre-class: materials
in-class: pdf pptx materials
resources:
Videos
Thu 08/10
SEC 13 Review
Fri 08/11
LES 15 Victory Lap and Next Steps

Note: No pre-class work for today!

in-class: pdf pptx materials
resources:
Videos
Released
R6
Resub 6
Due 11:59 pm
Week 8
Mon 08/14
LES XX Final exam review session (10:30-1:00pm, GUG 220)
resources:
Videos
Tue 08/15
SEC 14 Review
Wed 08/16
EXAM Final Exam (Part 1, in-class)
Thu 08/17
SEC 15 Office Hours
Fri 08/18
EXAM Final Exam (Part 2, in-class)