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

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

View File

@ -102,7 +102,7 @@ Now, let us create the three-nod linked list as an example. One way to create th
## Implementation ## Implementation
- [C](../../../algorithms/C/linked-lists/Add-Element-at-Nth-Position-SinglyLinkedList.c) - [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"> <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 ## Video URL