Merge branch 'imple-linked' of https://github.com/vinay-sagar123/learn-python into imple-linked

pull/615/head
Vinay 2024-05-26 14:35:21 +05:30
commit 48380b7363
1 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -171,6 +171,7 @@ check the list is empty otherwise shift the head to next node.
current = current.next current = current.next
position += 1 position += 1
return f"Value '{value}' not found in the list" return f"Value '{value}' not found in the list"
<<<<<<< HEAD
``` ```
```python ```python
@ -218,3 +219,5 @@ and more....
=======
>>>>>>> beba33d28736209440c9d9cb4784426a9d38ce9b