Update add-element-at-any-position-in-a-singly-linked-list.md
parent
c77f42d6e1
commit
9f87e4db61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue