edu.princeton.cs.algs4
Class DoublingTest
- java.lang.Object
-
- edu.princeton.cs.algs4.DoublingTest
-
public class DoublingTest extends java.lang.ObjectTheDoublingTestclass provides a client for measuring the running time of a method using a doubling test.For additional documentation, see Section 1.4 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Prints table of running times to callThreeSum.count()for arrays of size 250, 500, 1000, 2000, and so forth.static doubletimeTrial(int n)Returns the amount of time to callThreeSum.count()with n random 6-digit integers.
-
-
-
Method Detail
-
timeTrial
public static double timeTrial(int n)
Returns the amount of time to callThreeSum.count()with n random 6-digit integers.- Parameters:
n- the number of integers- Returns:
- amount of time (in seconds) to call
ThreeSum.count()with n random 6-digit integers
-
main
public static void main(java.lang.String[] args)
Prints table of running times to callThreeSum.count()for arrays of size 250, 500, 1000, 2000, and so forth.- Parameters:
args- the command-line arguments
-
-
DataMelt 3.0 © DataMelt by jWork.ORG