Skip to content
Snippets Groups Projects
Forked from GOSSA JULIEN / P4z
This fork has diverged from the upstream repository.
triInsertion.h 58 B
#include "utils.h"

void triInsertion(long* A, size_t n);