From 48fc8d0ffa3bfb766d28bce858eccb68fb0fdec5 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 10 Sep 2021 19:37:16 +0200 Subject: Added check for already sorted stack, Added special cases for length 3 stacks, Added test.sh benchmark and testing all permutations --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4bf4a20..b8d327f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.o *.ghc *.dSYM +vgcore.* a.out tags -- cgit