Write a program for Problem 1 but with some modifications—
Keep reading!.
Start with the code at LongestSequence
for code to get you started and a decent test program.
Please rename your class LongestSequence_Smith
,
where Smith
is your last name, and make sure to change it
in the test program.
The code on page 27 of the Grossman notes is a good starting point.
If you can figure out how, run it on Loki so you can test it with 24 cores.
Submit your results as a textfile or on paper.
For a lot of helpful tips on implementing your algorithm using ForkJoin, see Beginner's Introduction to Java's ForkJoin Framework and/or examples from the book.
Hand in your code by placing it in the same shared directory as usual.