Skip to content

Autumn 2023

Choose a tag to compare

@kevinlin1 kevinlin1 released this 10 Oct 20:01
· 108 commits to main since this release

Release for CSE 373 Autumn 2023. Student instructions are available for each of the project components.

huskymaps.iml

  • Remove javadoc-paths.

.idea

  • Update to JDK 17.
  • Update libraries.

data

  • Censor whole toxic comment content.

src

  • Return places from getLocations in any order.
  • Inline byEstimatedDistanceFrom method.
  • More consistent use of perimeter rather than pq or queue.
  • Fix dangling reference to non-existent priority method.
  • Prefer regex to simplify smart quote replacements.
  • Perform additional censoring of toxic comments in software.
  • Document sources using @see.