Skip to content

Commit

Permalink
Update Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 19, 2023
1 parent 66f52dd commit 88c967c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Givena_linked_list_of_0s_1s_and_2s_sort_it.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 88c967c

Please sign in to comment.