-
Ukhanov Ilya authoredf2fc2ad9
Forked from
GOSSA JULIEN / P4z
4 commits behind, 29 commits ahead of the upstream repository.
tri_rapide.h 314 B
#ifndef TRIS_R
#define TRIS_R
#include <stdint.h>
#include <stdlib.h>
void triRapide(long* A, size_t n, int version);
void sousTriRapide(long* A, size_t first, size_t size, int version);
size_t partition(long* A, size_t first, size_t size , int version);
void permuter(long* A,size_t i,size_t j);
#endif //TRIS_H