Skip to content
Snippets Groups Projects
Commit 5d40ebb2 authored by chafiol's avatar chafiol
Browse files

WIP:triRapideInsertion

parent cdcb3213
No related merge requests found
......@@ -33,5 +33,5 @@ size_t partition_wInsertion(long* A, size_t p, size_t r) {
}
void triRapideInsertion(long* A, size_t n) {
sousTriRapide(A, 0, n);
sousTriRapideInsertion(A, 0, n);
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment