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/na\303\257ve-jl" | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 "kattis-kth/alginda-quicksort/na\303\257ve-jl" (limited to 'kattis-kth/alginda-quicksort/naïve-jl') diff --git "a/kattis-kth/alginda-quicksort/na\303\257ve-jl" "b/kattis-kth/alginda-quicksort/na\303\257ve-jl" new file mode 100644 index 0000000..058cc13 --- /dev/null +++ "b/kattis-kth/alginda-quicksort/na\303\257ve-jl" @@ -0,0 +1,4 @@ + read 0.109764 seconds (21 allocations: 45.063 MiB, 3.40% gc time) + sort 0.035788 seconds + print 0.161634 seconds (2.40 M allocations: 82.397 MiB, 6.56% gc time) + all 0.307264 seconds (2.40 M allocations: 127.465 MiB, 4.67% gc time) -- cgit v1.2.3