Skip to content

Commit

Permalink
Update Reverse_linked_list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmi1108 authored Nov 3, 2024
1 parent a60dd44 commit 7a32ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Reverse_linked_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ public class LinkedList {
- *Space Complexity*
--O(1), as only a constant amount of space is used.

#*Conclusion*
# *Conclusion*
In this article, we learned about reversing a linked list and implemented it in Java.

0 comments on commit 7a32ed3

Please sign in to comment.