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!
All tasks will be submitted and graded 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-24wi-students/p1-yournetid. You will submit this repository to gradescope for your project submissions (checkpoints and final submission).
You can see the description (specification) of project 2 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-24wi-students/p2-yournetid. 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-24wi-students/p3-yournetid. You will submit this repository to gradescope for your project submissions (checkpoints and final submission).
The Midterm Exam will be held on Monday Feb 5 during your normal lecture sessions.
An optional review session will be held at a 4:30pm on Friday February 2 in Gates (CSE2) room G20.
Here is a preview of the actual cover page of the exam. This includes the instructions and per-topic points breakdown. The section called Algorithms
will ask you to write algorithms involving data structures we’ve covered, then analyze their running times. To prepare for this section make sure you know how each data structure is organized, and how to evaluate the running time of an algorithm (material already covered in the content section below). Since this section involves multiple data structures, it was broked out into its own section rather than being included in one of the others.
The exam will cover all material from the beginning of the quarter up through 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.
You can find an answer key for this midterm exam here.
The Final Exam will be held on Thursday March 14 at 12:30pm-2:20pm in Kane 120.
An optional review session will be held on Tuesday 3/12 at 4:30pm in CSE2 room G20.
Here is a preview of the actual cover page of the exam.
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.
You can find an answer key for this midterm exam here.