From 88c967c54d622f235935d9517e09aafb6d209bea Mon Sep 17 00:00:00 2001 From: STREIN_11 <71601569+STREIN-11@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:49:48 +0530 Subject: [PATCH] Update Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp --- Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp b/Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp index 71dd3084..0364330b 100644 --- a/Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp +++ b/Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp @@ -5,7 +5,6 @@ linked list such that all zeros segregate to head side, 2s at the end of the lin - Input: N = 8 value[] = {1,2,2,1,2,0,2,2}