Java Collections Lab Exercise
Exercise
Write code in the ./src/main/java/org.exercise/Lab.java file to solve the exercise prompts in that file.
- Complete each problem using the method provided.
- Your methods must pass all of the included test cases. To run the tests, right-click on the
src/test/javadirectory and select Run ‘All Tests’.
Level Up
- Complete the Level Up problems (marked as “Level Up”).
- You can also optimize your methods to make them more efficient.