24-timed-sorting-4/binary_search.c
github-classroom[bot] b4c0b22597
Initial commit
2025-04-28 22:11:20 +00:00

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"