Skip to content

Autumn 2023

Latest
Compare
Choose a tag to compare
@kevinlin1 kevinlin1 released this 27 Sep 02:05

Release for CSE 373 Autumn 2023 (student instructions).

.idea

  • Upgrade to JDK 17.
  • Upgrade to JUnit 5.10.0.

src

  • Return null instead of exceptions in ArrayListDeque.
  • Implement toString() methods.

test
-Add anotherConfusingTest based on the specification variant.