diff --git a/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md b/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md index b0f84617..adfb879f 100644 --- a/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md +++ b/docs/en/Lists/add-element-at-any-position-in-a-singly-linked-list.md @@ -102,6 +102,8 @@ Now, let us create the three-nod linked list as an example. One way to create th ## Implementation - [C](../../../algorithms/C/linked-lists/Add-Element-at-Nth-Position-SinglyLinkedList.c) +- Screenshot 2022-10-02 at 5 35 23 PM + ## Video URL