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.