DoublingRatioTimeTrial Method |
Returns the amount of time to call ThreeSum.count() with N
random 6-digit integers.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static double TimeTrial(
int N
)
Parameters
- N
- Type: SystemInt32
the number of integers
Return Value
Type:
Doubleamount of time (in seconds) to call
ThreeSum.count()
with
N random 6-digit integers
See Also