diff options
author | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-02-28 19:10:54 +0100 |
---|---|---|
committer | mathiasmagnusson <mathiasmagnussons@gmail.com> | 2022-02-28 19:10:54 +0100 |
commit | d76ab9f13f60e9ca8a0e578d9cb209064a9a790d (patch) | |
tree | 9be7b73fd162d9668f56993f798768a339714450 /kattis-kth-alginda-quicksort/test.fish | |
parent | d5473756b304ebda9eeee6592e4555d15c910ee2 (diff) | |
download | programming-problem-solving-d76ab9f13f60e9ca8a0e578d9cb209064a9a790d.tar.gz |
Minor input format degeneralization
Diffstat (limited to 'kattis-kth-alginda-quicksort/test.fish')
-rwxr-xr-x | kattis-kth-alginda-quicksort/test.fish | 10 |
1 files changed, 0 insertions, 10 deletions
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 |