Skip to content

Commit 75d39e4

Browse files
committed
Update reverse-linked-list.md
1 parent f81a41d commit 75d39e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## Reverse a singly linked list
1+
### Reverse a singly linked list
22

3-
#### Q: Given the pointer/reference to the head of a singly linked list,
3+
Q: Given the pointer/reference to the head of a singly linked list,
44

5-
#### reverse it and return the pointer/reference to the head of reversed linked list.
5+
reverse it and return the pointer/reference to the head of reversed linked list.

0 commit comments

Comments
 (0)