From 7e979edff8636325b197246275db488e13952347 Mon Sep 17 00:00:00 2001 From: Vinay Date: Sun, 26 May 2024 14:41:38 +0530 Subject: [PATCH] commit8 --- contrib/ds-algorithms/Linked-list.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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