Please send questions to st10@humboldt.edu .
// Header file for function: count_seql
// Name: Sharon M. Tuttle
// last modified: 2-8-05

#ifndef COUNT_SEQL_H
#define COUNT_SEQL_H

int count_seql(int array[], int left_index, int right_index,
                  int target, int& comps_so_far);

#endif