diff --git a/contrib/ds-algorithms/Linked-list.md b/contrib/ds-algorithms/Linked-list.md index 95350fd..424a8fb 100644 --- a/contrib/ds-algorithms/Linked-list.md +++ b/contrib/ds-algorithms/Linked-list.md @@ -199,7 +199,8 @@ check the list is empty otherwise shift the head to next node. # Print the list llist.printList() ``` -##Output +## Output: + 2 3 56 9 4 10