CSE 373
Back to Top
Site logo of CSE 373
CSE 373
  • Home / Calendar
  • Syllabus
  • Projects
    • P0 - CSE 143 Review
      • System Setup
      • Using IntelliJ
      • Programming
      • Unit Testing
      • Commit & Submit
    • P1 - Deques
      • Getting Started
      • Programming
      • Tests
    • P2 - Maps
      • Map Interface
      • Iterator Interface
      • ArrayMap Implementation
      • ChainedHashMap Implementation
      • Tests and Submission
    • P3 - Heap
      • Programming
    • P4 - Mazes
      • Introduction
      • Disjoint Sets
      • Kruskal's Algorithm
      • Dijkstra's Algorithm
  • Exercises
  • Exams
  • Office Hours
  • Course Staff
  • Resources

  • Course Tools
  • EdStem
  • Anonymous Feedback
Acknowledgements

P0 - CSE 143 Review


  1. Overview

This project is due on Thursday, January 16th at 11:59pm PT. This project should be completed individually and should be submitted on Gradescope.

Overview¶

This first project is designed to:

  • set up IntelliJ and other systems we’ll use in this class (Java, GitLab, Git, Checkstyle),
  • learn how to use JUnit and run unit tests in IntelliJ,
  • refresh CSE 143 concepts and set expectations for projects in CSE 373.

If at any point you don’t have access to one of the tools we need you to access for this course, please make a private post on Ed.

If you run into any trouble or any errors, post on Ed (with a screenshot of your error and any relevant details) or come to office hours and we can work together to figure it out.

Search

Search the class website; related sections and pages will appear below. Note: this search is not as forgiving with typos as other search engines.