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

pull/889/head
Raisa Ghosh 2022-10-02 18:23:31 +05:30 committed by GitHub
parent 12df71de54
commit aa9028cdc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ 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">
## Video URL ## Video URL