Logo ROOT   6.07/09
Reference Guide
Functions | Variables
testBinarySearch.cxx File Reference
#include <iostream>
#include <ctime>
#include <TRandom2.h>
#include <TMath.h>
Include dependency graph for testBinarySearch.cxx:

Functions

int main ()
 
template<typename T >
void testBinarySearch ()
 

Variables

const int except = 8
 
const int maxint = 10
 
const int nn = 20
 

Function Documentation

int main ( )

Definition at line 59 of file testBinarySearch.cxx.

template<typename T >
void testBinarySearch ( )

Definition at line 13 of file testBinarySearch.cxx.

Variable Documentation

const int except = 8

Definition at line 11 of file testBinarySearch.cxx.

const int maxint = 10

Definition at line 10 of file testBinarySearch.cxx.

const int nn = 20

Definition at line 9 of file testBinarySearch.cxx.