Update add-element-at-any-position-in-a-singly-linked-list.md

pull/889/head
Raisa Ghosh 2022-10-02 18:25:08 +05:30 committed by GitHub
parent c77f42d6e1
commit 9f87e4db61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -98,11 +98,14 @@ Now, let us create the three-nod linked list as an example. One way to create th
pointer->next->next->next : pointer to next node.
- A sample/example
<img width="600" alt="Screenshot 2022-10-02 at 5 35 23 PM" src="https://user-images.githubusercontent.com/71429098/193454974-2853b9ad-164c-4e3c-bad3-04a726c99cff.png">
## Implementation
- [C](../../../algorithms/C/linked-lists/Add-Element-at-Nth-Position-SinglyLinkedList.c)
<img width="600" alt="Screenshot 2022-10-02 at 5 35 23 PM" src="https://user-images.githubusercontent.com/71429098/193454974-2853b9ad-164c-4e3c-bad3-04a726c99cff.png">
## Video URL