Click or drag to resize
DoublingRatio Methods

The DoublingRatio type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMainTest
Prints table of running times to call ThreeSum.count() for arrays of size 250, 500, 1000, 2000, and so forth, along with ratios of running times between successive array sizes.
Public methodStatic memberTimeTrial
Returns the amount of time to call ThreeSum.count() with N random 6-digit integers.
Top
See Also