From beba33d28736209440c9d9cb4784426a9d38ce9b Mon Sep 17 00:00:00 2001 From: Vinay Sagar <64737008+vinay-sagar123@users.noreply.github.com> Date: Sun, 26 May 2024 14:24:51 +0530 Subject: [PATCH] Update Linked-list.md change4 --- contrib/ds-algorithms/Linked-list.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/contrib/ds-algorithms/Linked-list.md b/contrib/ds-algorithms/Linked-list.md index 541410c..9e51ab5 100644 --- a/contrib/ds-algorithms/Linked-list.md +++ b/contrib/ds-algorithms/Linked-list.md @@ -171,21 +171,3 @@ 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" - - - - - - - - - - - - - - - - - -