Сделал 9 Задание на сортировку
This commit is contained in:
parent
a1a35972d4
commit
a83a31c034
4 changed files with 142 additions and 0 deletions
9
Sorting/9Ex/seagwithsob.h
Normal file
9
Sorting/9Ex/seagwithsob.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef SEAGWITHSOB
|
||||
#define SEAGWITHSOB
|
||||
|
||||
#include <string.h>
|
||||
|
||||
void sort(double * array, int length);
|
||||
void rewrite(double * array, double * zero, int len_zero, double * unit, int len_unit);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue