From 5427f29f7f8b4a6691330c2fc8a1c24027d8fe71 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 13 Apr 2024 17:49:06 +0200 Subject: Add cmd optimization After the sorting algorithm was executed remove unneccessary commands. --- push_swap.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'push_swap.h') diff --git a/push_swap.h b/push_swap.h index 978fb1d..beadcd0 100644 --- a/push_swap.h +++ b/push_swap.h @@ -6,7 +6,7 @@ /* By: dkaiser