Сделал 22 Задание Массивов
This commit is contained in:
parent
c3182c8c24
commit
5852a9f034
23 changed files with 99 additions and 31 deletions
10
WorkingArrays/22Ex/local_minimum.h
Normal file
10
WorkingArrays/22Ex/local_minimum.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef LOCAL_MINIMUM
|
||||
#define LOCAL_MINIMUM
|
||||
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
int transposition(double * numbers, unsigned * start_end);
|
||||
int searching_loc_min(double * numbers);
|
||||
|
||||
#endif // LOCAL_MINIMUM
|
Loading…
Add table
Add a link
Reference in a new issue