Looking for someone to talk to about CSE332? Try the Study Center in CSE room 006! There's a table there just for working on and discussing CSE332!
Exercise 1 asks you to perform asymptotic running time analysis on given Java code. You can find Exercise 1 on Gradescope.
Exercise 2 asks you to manually manipulate heaps. You can find Exercise 2 on Gradescope.
Exercise 3 asks you to solve recurrence relations, you can find Exercise 3 on Gradescope.
Exercise 4 asks you to perform insertions into AVL Trees and B Trees, you can find Exercise 4 on Gradescope.
Exercise 5 is a programming assignment that asks you to write Java code which checks whether a given tree is a valid AVL tree. We have created a gitlab repository for you containing the description and starter code for this exercise. You will submit on Gradescope.
Links to projects will be posted here as they become available.
To complete the projects you will need to set up your CSE332 programming environment, which is outlined in this handout.
If you want something to reference regarding java generics, check this out: java generics reference.
If you have a pesky bug in your code that you’re struggling to track down, try following our debugging guide.
At the end of each checkpoint we will have a survey. This is intended just for us to keep up with the overall sentiment of class as a whole, and to reach out and help students who request additional support. It’s not required fill out the survey, but doing so will give us more information on how we can better serve you!
You can see the description (specification) of project 1 here.
You can find the code for project 1 in this gitlab repository. This code is also in a gitlab repositorty we created for you at gitlab.cs.washington.edu/cse332-23au-students/p1-your netid
. You will submit this repository to gradescope for your project submissions (checkpoints and final submission).
You can see the description (specification) of project 1 here
You can find the code for project 2 in this gitlab repository. This code is also in a gitlab repositorty we created for you at gitlab.cs.washington.edu/cse332-23au-students/p1-your netid
. You will submit this repository to gradescope for your project submissions (checkpoints and final submission).
You can see the description (specification) of project 3 here.
You can find the code for project 3 in this gitlab repository. This code is also in a gitlab repositorty we created for you at gitlab.cs.washington.edu/cse332-23au-students/p3-your netid
. You will submit this repository to gradescope for your project submissions (checkpoints and final submission).
The Midterm Exam will be held on Monday October 30 during our normal lecture session (12:30-1:20pm in CSE2 G20).
An optional review session will be held in CSE2 G20 from 4:30pm-6:00pm on Friday October 27.
Here’s a preview of the cover page of the exam. You can see the instructions and a per-topic points breakdown!
You’re welcome to view our answer key for the midterm exam.
The exam will cover all material from the beginning of the quarter up through hashing B Trees. This includes:
We have provided links to past exams below. Since all past exams were given by a different instructor, be advised that the question style, length, and difficulty may be different this quarter. I recommend that you mostly use these exams to evaluate your preparedness rather than as a study guide.
The Final Exam will be held on Thursday December 14 at 8:30am-10:20am in CSE2 G20.
An optional review session will be held Tuesday December 12 at 4:30pm-6:20pm in CSE2 room G01.
Here’s a preview of the cover page of the exam. You can see the instructions and a per-topic points breakdown!
The final exam is cumulative, but will focus more on material covered since the midterm exam. In addition to the content list for the midterm exam provided above, the final will cover:
Note: You will likely be asked to write java code using ForkJoin and/or threads. We will not require your syntax to be perfectly correct, but it should be correct enough that we can verify the code’s would be correct if syntax issues were fixed. That is, we expect edge cases and other considerations of an algorithm to be correct, but don’t necessarily expect all keywords or semicolons to be perfect.
We have provided links to past exams below. Since all past exams were given by a different instructor, be advised that the question style, length, and difficulty may be different this quarter. I recommend that you mostly use these exams to evaluate your preparedness rather than as a study guide. In summary, question style will be similar to the midterm, quest content will be similar to the exams below.