diff options
author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:41 +0100 |
---|---|---|
committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-12-09 18:00:41 +0100 |
commit | a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb (patch) | |
tree | cccf0fd4763dba123efab7c896292dc18d1eb458 /kattis-kth-alginda-quicksort/test | |
parent | e41e6c8bc72e3300a0fa137f198454341bc315b1 (diff) | |
download | programming-problem-solving-a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb.tar.gz |
Move stuff around
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 |