From c91b657e2c186a509cd0e32a3cf398d30c79ab6b Mon Sep 17 00:00:00 2001 From: Vinay Date: Sun, 26 May 2024 14:36:28 +0530 Subject: [PATCH] hello --- contrib/ds-algorithms/Linked-list.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/ds-algorithms/Linked-list.md b/contrib/ds-algorithms/Linked-list.md index 5febd22..0ec285d 100644 --- a/contrib/ds-algorithms/Linked-list.md +++ b/contrib/ds-algorithms/Linked-list.md @@ -171,7 +171,6 @@ check the list is empty otherwise shift the head to next node. current = current.next position += 1 return f"Value '{value}' not found in the list" -<<<<<<< HEAD ``` ```python @@ -219,5 +218,3 @@ and more.... -======= ->>>>>>> beba33d28736209440c9d9cb4784426a9d38ce9b