Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 51207d8

Browse files
committed
Added comments
1 parent 1eed3d3 commit 51207d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/rampatra/linkedlists/ReverseSingleLinkedList.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
import com.rampatra.common.SingleLinkedNode;
55

66
/**
7-
* Created by IntelliJ IDEA.
7+
* This is for reversing a linked list, both iteratively and recursively. If you
8+
* want to reverse linked list in groups then see {@link ReverseLinkedListInGroups}.
89
*
910
* @author: ramswaroop
1011
* @date: 6/19/15

0 commit comments

Comments
 (0)