ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
testBinarySearch.cxx File Reference
#include <iostream>
#include <ctime>
#include <TRandom2.h>
#include <TMath.h>
Include dependency graph for testBinarySearch.cxx:

Go to the source code of this file.

Functions

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

Variables

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

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.

Referenced by main().

Variable Documentation

const int except = 8
const int maxint = 10

Definition at line 10 of file testBinarySearch.cxx.

Referenced by testBinarySearch().

const int n = 20

Definition at line 9 of file testBinarySearch.cxx.

Referenced by testBinarySearch().