We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eed3d3 commit 51207d8Copy full SHA for 51207d8
src/main/java/com/rampatra/linkedlists/ReverseSingleLinkedList.java
@@ -4,7 +4,8 @@
4
import com.rampatra.common.SingleLinkedNode;
5
6
/**
7
- * Created by IntelliJ IDEA.
+ * 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}.
9
*
10
* @author: ramswaroop
11
* @date: 6/19/15
0 commit comments