Skip to content

Commit 3789479

Browse files
committed
Update reverse-linked-list.md
1 parent 3b2ce3d commit 3789479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Reverse a singly linked list
22

3-
#### Given the pointer/reference to the head of a singly linked list, reverse it and return the pointer/reference to the head of reversed linked list.
3+
#### Q: Given the pointer/reference to the head of a singly linked list, reverse it and return the pointer/reference to the head of reversed linked list.

0 commit comments

Comments
 (0)