Package algs11
Class PlaygroundLongestSequenceOf5s
java.lang.Object
algs11.PlaygroundLongestSequenceOf5s
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
longestSequenceOf5s
(double[] list) static void
static void
static void
testLongestSequence
(int expected, double[] list)
-
Constructor Details
-
PlaygroundLongestSequenceOf5s
public PlaygroundLongestSequenceOf5s()
-
-
Method Details
-
longestSequenceOf5s
-
testLongestSequence
-
main
-
main2
-