14 lines
526 B
C
14 lines
526 B
C
/*-----------------------------------------------------------------------------
|
|
* HTBLA-Leonding
|
|
*-----------------------------------------------------------------------------
|
|
* Exercise Number: S07
|
|
* Title: Linear search implementation
|
|
* Author: */<your name>;/*
|
|
*-----------------------------------------------------------------------------
|
|
* Description:
|
|
* Implements the linear search algorithm
|
|
*-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "linear_search.h"
|
|
|