#include <iostream>
#include <ctime>
#include <TRandom2.h>
#include <TMath.h>
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 |
int main | ( | void | ) |
void testBinarySearch | ( | ) |
const int except = 8 |
const int maxint = 10 |
Definition at line 10 of file testBinarySearch.cxx.
const int n = 20 |
Definition at line 9 of file testBinarySearch.cxx.