Blame | Last modification | View Log | RSS feed
#!/bin/bash clear for i in {1..17} do ./quicksort -q -s 42 -n $1 -d $i 300000000 | grep -A 1 "Using" done
#!/bin/bash
clear
for i in {1..17}
do
./quicksort -q -s 42 -n $1 -d $i 300000000 | grep -A 1 "Using"
done