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:
- How to implement compound data structures such as lists and trees.
- The use of recursion to efficiently solve computational problems.
- 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)
- 📝 Exam Part 2
- 🔁 Weekly resubmission period closes @ 11:59 pm
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! | |||
Thu 06/22 | SEC 00 Welcome; Software Setup resources: materials | |||
Fri 06/23 | LES 01 Implementing Data Structures; Pre-/Post-Conditions | |||
Released P0 I.S. by 11:59 pm Warm Up/Review | ||||
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 | |||
Released C0 I.S. by 11:59 pm Abstract Strategy Games | ||||
Thu 06/29 | SEC 02 Linked Nodes resources: materials | |||
Fri 06/30 | LES 03 Linked Nodes w/ Loops | |||
Released R0 Due 11:59 pm Resub 0 | ||||
Week 2 | ||||
Mon 07/03 | ||||
Tue 07/04 | HOLIDAY 4th of July resources: materials | |||
Wed 07/05 | LES 04 Linked Lists | |||
Released P1 I.S. by 11:59 pm Mini-Git | ||||
Thu 07/06 | SEC 03 Linked Lists resources: materials | |||
Fri 07/07 | LES 05 Recursive Tracing | |||
Released R1 Due 11:59 pm Resub 1 | ||||
Week 3 | ||||
Mon 07/10 | QUIZ 00 Quiz 0 (take-home) Note: Information for Quiz 0
| |||
Tue 07/11 | SEC 04 Recursive Tracing resources: materials | |||
Wed 07/12 | LES 06 Recursive Programming | |||
Released C1 I.S. by 11:59 pm Mondrian Art | ||||
Thu 07/13 | SEC 05 Recursive Programming resources: materials | |||
Fri 07/14 | LES 07 Exhaustive Search | |||
Released R2 Due 11:59 pm Resub 2 | ||||
Week 4 | ||||
Mon 07/17 | ||||
Tue 07/18 | SEC 06 Exhaustive Search resources: materials | |||
Wed 07/19 | LES 08 Recursive Backtracking | |||
Released P2 I.S. by 11:59 pm Disaster Relief | ||||
Thu 07/20 | SEC 07 Recursive Backtracking resources: materials | |||
Fri 07/21 | LES 09 Binary Trees | |||
Released R3 Due 11:59 pm Resub 3 | ||||
Week 5 | ||||
Mon 07/24 | QUIZ 01 Quiz 1 (take-home) Note: Information for Quiz 1
| |||
Tue 07/25 | SEC 08 Binary Trees resources: materials | |||
Wed 07/26 | LES 10 Binary Search Trees; x = change(x) | |||
Released C2 I.S. by 11:59 pm "HiteshFeed" Quiz | ||||
Thu 07/27 | SEC 09 Binary Search Trees resources: materials | |||
Fri 07/28 | LES 11 Runtime Analysis | |||
Released R4 Due 11:59 pm Resub 4 | ||||
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. | |||
Released P3 I.S. by 11:59 pm Huffman | ||||
Thu 08/03 | SEC 11 Runtime Analysis; Comparable resources: materials | |||
Fri 08/04 | LES 13 Inheritance; Polymorphism | |||
Released R5 Due 11:59 pm Resub 5 | ||||
Week 7 | ||||
Mon 08/07 | QUIZ 02 Quiz 2 (take-home) Note: Information for Quiz 1
| |||
Tue 08/08 | SEC 12 Inheritance / Polymorphism resources: materials | |||
Wed 08/09 | LES 14 Abstract Classes | |||
Thu 08/10 | SEC 13 Review | |||
Fri 08/11 | LES 15 Victory Lap and Next Steps Note: No pre-class work for today! | |||
Released R6 Due 11:59 pm Resub 6 | ||||
Week 8 | ||||
Mon 08/14 | LES XX Final exam review session (10:30-1:00pm, GUG 220) resources: videos 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) | |||