Click or drag to resize
DoublingRatioTimeTrial Method
Returns the amount of time to call ThreeSum.count() with N random 6-digit integers.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static double TimeTrial(
	int N
)

Parameters

N
Type: SystemInt32
the number of integers

Return Value

Type: Double
amount of time (in seconds) to call ThreeSum.count() with N random 6-digit integers
See Also