Skip to content

Autumn 2024

Latest
Compare
Choose a tag to compare
@kevinlin1 kevinlin1 released this 08 Dec 19:41
· 15 commits to main since this release

Release for CSE 373 Autumn 2024 (Docs). Student instructions are available for each of the project components.

Structure

  • Integrate the Deques project.
  • Switch to Gradle and GitLab CI/CD pipeline with cse373 module name.
  • Remove Dockerfile.
  • Replace the MinPQ Moderator client class with ReportAnalyzer.

README

  • Simplify content and remove most instructions.

.idea

  • Update libraries.

src

  • Use MinPQ implementations to optimize getLocationsByPrefix.
  • Add access.tsv from Project Sidewalk Streets API.
  • Round RuntimeExperiments to the closest integer.
  • Enable tests for TreeSetAutocomplete.
  • Add test for DoubleMapMinPQ.