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 withReportAnalyzer
.
README
- Simplify content and remove most instructions.
.idea
- Update libraries.
src
- Use
MinPQ
implementations to optimizegetLocationsByPrefix
. - Add
access.tsv
from Project Sidewalk Streets API. - Round
RuntimeExperiments
to the closest integer. - Enable tests for
TreeSetAutocomplete
. - Add test for
DoubleMapMinPQ
.