Skip to content
Snippets Groups Projects
Commit d453f1d6 authored by Maxime Bachelet's avatar Maxime Bachelet
Browse files

fix perf_tri.sh

parent a74901ce
Branches
No related merge requests found
......@@ -4,7 +4,7 @@ echo -e "taille\ttypeTableau\trecursion\tcomparaison\tpermutation" > data_rec
for i in 1
do
for taille in 2500 5000 7500 10000 12500 15000 17500 20000 22500 25000 27500 30000 32500 35000 37500 40000 42500 45000 47500
for taille in 2500 5000 7500 10000 12500 15000 17500 20000 22500 25000 27500 30000 32500 35000 37500 40000 42500 45000 47500 2500 5000 7500 10000 12500 15000 17500 20000 22500 25000 27500 30000 32500 35000 37500 40000 42500 45000 47500 50000 52500 55000 57500 60000 62500 65000 67500 70000 72500 75000 77500 80000 82500 85000 87500 90000 92500 95000 97500
do
for typeTableau in 'aleatoire' 'range' 'inverse' 'constant' 'middle'
do
......
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