diff options
Diffstat (limited to 'kattis-kth-alginda-quicksort/test')
-rwxr-xr-x | kattis-kth-alginda-quicksort/test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kattis-kth-alginda-quicksort/test b/kattis-kth-alginda-quicksort/test deleted file mode 100755 index 01b0ae7..0000000 --- a/kattis-kth-alginda-quicksort/test +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -echo hej > out_1 -echo hej > out_2 - -while diff out_1 out_2; do - echo -n . - python gen.py -2147483648 2147483647 > max - "$1" < max > out_1 - "$2" < max > out_2 -done |