Package algs11
Class PlaygroundContainsSorted
java.lang.Object
algs11.PlaygroundContainsSorted
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
contains
(double val, double[] list) static void
static void
testContains
(boolean expected, double val, double[] list)
-
Constructor Details
-
PlaygroundContainsSorted
public PlaygroundContainsSorted()
-
-
Method Details
-
contains
-
testContains
-
main
-