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 (05/29)
- None
Tuesday (05/30)
- 🧑🏫 Section 17: Review
Wednesday (05/31)
- 👥 Lesson 18: Final exam review
Class sessions @ 12:30 in ARC 147 and 2:30 in GUG 220.
Thursday (06/01)
- 🧑🏫 Section 18: Review
Friday (06/02)
- 👥 Lesson 19: Victory lap and next steps
Class sessions @ 12:30 in ARC 147 and 2:30 in GUG 220. - 🔁 Weekly resubmission period closes @ 11:59 pm
Saturday (06/03)
- None
Sunday (06/04)
- 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 03/27 | HOLIDAY No class | |||
Tue 03/28 | HOLIDAY No class | |||
Wed 03/29 | 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 03/30 | SEC 00 Welcome resources: materials | |||
Fri 03/31 | LES 01 Implementing data structures; References | |||
Released P0 I.S. by 11:59 pm Warm Up/Review | ||||
Week 1 | ||||
Mon 04/03 | ||||
Tue 04/04 | SEC 01 Implementing data structures; References resources: materials | |||
Wed 04/05 | LES 02 Pre-/Post-conditions; Exceptions | |||
Released C0 I.S. by 11:59 pm Abstract Strategy Games | ||||
Thu 04/06 | SEC 02 Pre-/Post-conditions; Exceptions resources: materials | |||
Fri 04/07 | LES 03 Inheritance; Polymorphism | |||
Week 2 | ||||
Mon 04/10 | ||||
Tue 04/11 | SEC 03 Inheritance; Polymorphism resources: materials | |||
Wed 04/12 | LES 04 Abstract classes; Comparable | |||
Released C1 I.S. by 11:59 pm Survivor Challenge | Released R0 Due 11:59 pm Resub 0 | |||
Thu 04/13 | SEC 04 Abstract classes; Comparable resources: materials | |||
Fri 04/14 | LES 05 Linked nodes | |||
Released R1 Due 11:59 pm Resub 1 | ||||
Week 3 | ||||
Mon 04/17 | ||||
Tue 04/18 | QUIZ 00 Quiz 0 Note: Information for Quiz 0
| |||
Wed 04/19 | LES 06 Linked nodes w/loops | |||
Thu 04/20 | SEC 06 Linked nodes resources: materials | |||
Fri 04/21 | LES 07 Linked lists | |||
Released R2 Due 11:59 pm Resub 2 | ||||
Week 4 | ||||
Mon 04/24 | ||||
Tue 04/25 | SEC 07 Linked nodes w/loops resources: materials | |||
Wed 04/26 | LES 08 Putting it all together Note: No pre-class work for today! | |||
Released P1 I.S. by 11:59 pm Mini-Git | ||||
Thu 04/27 | SEC 08 Linked lists resources: materials | |||
Fri 04/28 | LES 09 Recursive tracing | |||
Released R3 Due 11:59 pm Resub 3 | ||||
Week 5 | ||||
Mon 05/01 | ||||
Tue 05/02 | QUIZ 01 Quiz 1 Note: Information for Quiz 1
| |||
Wed 05/03 | LES 10 Recursive programming | |||
Released C2 I.S. by 11:59 pm Mondrian Art | ||||
Thu 05/04 | SEC 10 Recursive tracing; Recursive programming resources: materials | |||
Fri 05/05 | LES 11 Exhaustive search | |||
Released R4 Due 11:59 pm Resub 4 | ||||
Week 6 | ||||
Mon 05/08 | ||||
Tue 05/09 | SEC 11 Exhaustive search resources: materials | |||
Wed 05/10 | LES 12 Recursive backtracking | |||
Released P2 I.S. by 11:59 pm Disaster Relief | ||||
Thu 05/11 | SEC 12 Recursive backtracking resources: materials | |||
Fri 05/12 | LES 13 Binary trees | |||
Released R5 Due 11:59 pm Resub 5 | ||||
Week 7 | ||||
Mon 05/15 | ||||
Tue 05/16 | SEC 13 Binary trees resources: materials | |||
Wed 05/17 | LES 14 Binary search trees; x = change(x) | |||
Released C3 I.S. by 11:59 pm "BrettFeed" Quiz | ||||
Thu 05/18 | SEC 14 Binary search trees resources: materials | |||
Fri 05/19 | LES 15 Runtime analysis | |||
Released R6 Due 11:59 pm Resub 6 | ||||
Week 8 | ||||
Mon 05/22 | ||||
Tue 05/23 | SEC 15 Runtime analysis | |||
Wed 05/24 | LES 16 Huffman encoding Note: 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 05/25 | QUIZ 02 Quiz 2 (take-home) Note: Information for Quiz 2
| |||
Fri 05/26 | LES 17 Hashing | |||
Released R7 Due 11:59 pm Resub 7 | ||||
Week 9 | ||||
Mon 05/29 | HOLIDAY Memorial Day | |||
Tue 05/30 | SEC 17 Review | |||
Wed 05/31 | LES 18 Final exam review | |||
Thu 06/01 | SEC 18 Review | |||
Fri 06/02 | LES 19 Victory lap and next steps | |||
Released R8 Due 11:59 pm Resub 8 | ||||
Week 10 | ||||
Mon 06/05 | Final exam review session (4:30-6:50pm, GWN 301) | |||
Tue 06/06 | EXAM Final Exam - 12:30-2:20pm (KNE 120 and 130) | |||
Wed 06/07 | ||||
Thu 06/08 | ||||
Fri 06/09 | ||||