From 2e79b4ac22321abd69c7f1a9748b5761abaab1ec Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 22 Jan 2020 10:48:21 +0100 Subject: Added micro optimisation when sorting frame == 2 and less reverse rotate when frame == full stack, norming --- src/push_swap/stack_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/push_swap/stack_wrapper.c') diff --git a/src/push_swap/stack_wrapper.c b/src/push_swap/stack_wrapper.c index 798f174..be18c0e 100644 --- a/src/push_swap/stack_wrapper.c +++ b/src/push_swap/stack_wrapper.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/19 13:05:58 by cacharle #+# #+# */ -/* Updated: 2020/01/21 10:19:58 by cacharle ### ########.fr */ +/* Updated: 2020/01/22 10:04:44 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit