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 --- src/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/common.h b/src/common/common.h index c4efad8..d3cafc4 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/18 11:20:54 by cacharle #+# #+# */ -/* Updated: 2021/09/10 10:33:19 by charles ### ########.fr */ +/* Updated: 2021/09/10 12:12:04 by charles ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit