Skip to content
Snippets Groups Projects
Commit 637a32c1 authored by Nathan Brunelle's avatar Nathan Brunelle
Browse files

Update README.md

parent 0bc4854f
Branches master
No related tags found
No related merge requests found
# Para # Para
This same project is to be used for all of exercises 9, 10, 11, and 12. All four exercises are similar in content (in that they all use ForkJoin), and so only three will count towards your exercise grade. In other words, your lowest one of these exercises will be dropped (in addition to dropping the two next lowest assignments). Or another way to phrase this, three total exercises will be dropped, where one of those three will be the lowest of exercises 9, 10, 11, and 12. This means you're also welcome to consider one of these four to be optional.
## Setting up ## Setting up
Clone this repo, edit it locally, and push and submit to Gradescope, exactly as in P1. You should submit it multiple times, in each of the Gradescope assignments. You should use Java 11 when Clone this repo, edit it locally, and push and submit to Gradescope, exactly as in P1. You should submit it multiple times, in each of the Gradescope assignments. You should use Java 11 when
...@@ -7,10 +9,10 @@ working on this. ...@@ -7,10 +9,10 @@ working on this.
You should only edit: You should only edit:
1. HasOver.java 1. HasOver.java (for Exercise 9)
1. GetLongestSequence.java and SequenceRange.java 1. GetLongestSequence.java and SequenceRange.java (for Exercise 10)
1. GetLeftMostIndex.java 1. GetLeftMostIndex.java (for Exercise 11)
1. FilterEmpty.java 1. FilterEmpty.java (for Exercise 12)
and do not change the method signature. Feel free to add private and do not change the method signature. Feel free to add private
methods as you see fit. Please read the comments in each file for instructions. methods as you see fit. Please read the comments in each file for instructions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment