Update Linked-list.md

change4
pull/615/head
Vinay Sagar 2024-05-26 14:24:51 +05:30 zatwierdzone przez GitHub
rodzic a1dd770b20
commit beba33d287
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 18 usunięć

Wyświetl plik

@ -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"