Skip to content
Snippets Groups Projects
Commit d51c6323 authored by WinJ's avatar WinJ
Browse files

21au

parent ab856937
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
## Setting up
Clone this repo, edit it locally, and push and submit to Gradescope, exactly as in P1. 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
working on this.
You should only edit:
......
package longestSequence;
package getLongestSequence;
public class GetLongestSequence {
/**
......
package longestSequence;
package getLongestSequence;
/**
* A major part of the challenge here is to figure out what to do with this class.
......
import longestSequence.GetLongestSequence;
import getLongestSequence.GetLongestSequence;
import org.junit.Test;
import java.util.Random;
......
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