From d76ab9f13f60e9ca8a0e578d9cb209064a9a790d Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Mon, 28 Feb 2022 19:10:54 +0100 Subject: Minor input format degeneralization --- kattis-kth-alginda-quicksort/test.fish | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 kattis-kth-alginda-quicksort/test.fish (limited to 'kattis-kth-alginda-quicksort/test.fish') diff --git a/kattis-kth-alginda-quicksort/test.fish b/kattis-kth-alginda-quicksort/test.fish deleted file mode 100755 index 6aaf60c..0000000 --- a/kattis-kth-alginda-quicksort/test.fish +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/fish - -echo hej > out_c -echo hej > out_r - -while diff out_c out_r - python gen.py -2147483648 2147483647 600000 > max - time ./radix < max > out_r - time ~/.cache/target/release/kattis-kth-alginda-quicksort < max > out_c -end -- cgit v1.2.3