Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e34223

Browse files
committed
Adding code
1 parent be41657 commit 2e34223

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package linkedlists;
2+
/**
3+
* Given the pointer/reference to the head of a singly linked list,
4+
* reverse it and return the pointer/reference to the head of reversed linked list.
5+
*/
6+
7+
public class ReverseSinglyLinked{
8+
public static void main(String args[]){
9+
10+
11+
}
12+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /