Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-Tanwar authored Oct 10, 2024
1 parent ed7a007 commit 6e26d83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ When running the program, the output shows the linked list before and after the
- **Original List**:
10 -> 20 -> 30 -> 40 -> (Back to head)

- **Deleting from the beginning...**:
- **Deleting from the end...**:

List after deletion from the start:
List after deletion from the end:
10 -> 20 -> 30 -> (Back to head)


Expand Down

0 comments on commit 6e26d83

Please sign in to comment.