Package algs11
Class PlaygroundLongestSequenceOf5s
java.lang.Object
algs11.PlaygroundLongestSequenceOf5s
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic intlongestSequenceOf5s(double[] list) static voidstatic voidstatic voidtestLongestSequence(int expected, double[] list) 
- 
Constructor Details- 
PlaygroundLongestSequenceOf5spublic PlaygroundLongestSequenceOf5s()
 
- 
- 
Method Details- 
longestSequenceOf5s
- 
testLongestSequence
- 
main
- 
main2
 
-