From a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Fri, 9 Dec 2022 18:00:41 +0100 Subject: Move stuff around --- kattis-kth/alginda-quicksort/test | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 kattis-kth/alginda-quicksort/test (limited to 'kattis-kth/alginda-quicksort/test') diff --git a/kattis-kth/alginda-quicksort/test b/kattis-kth/alginda-quicksort/test new file mode 100755 index 0000000..01b0ae7 --- /dev/null +++ b/kattis-kth/alginda-quicksort/test @@ -0,0 +1,11 @@ +#!/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 -- cgit v1.2.3