13 lines
525 B
C
13 lines
525 B
C
/*-----------------------------------------------------------------------------
|
|
* HTBLA-Leonding
|
|
*-----------------------------------------------------------------------------
|
|
* Exercise Number: S07
|
|
* Title: Binary search implementation
|
|
* Author: */<your name>;/*
|
|
*-----------------------------------------------------------------------------
|
|
* Description:
|
|
* Implements the binary search algorithm
|
|
*-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "binary_search.h"
|