/*----------------------------------------------------------------------------- * HTBLA-Leonding *----------------------------------------------------------------------------- * Exercise Number: S07 * Title: Binary search implementation * Author: */;/* *----------------------------------------------------------------------------- * Description: * Implements the binary search algorithm *----------------------------------------------------------------------------- */ #include "binary_search.h"