Skip to content

Commit 7682aa8

Browse files
author
Ankit Agarwal
committed
Added missing blank line
1 parent 95486d6 commit 7682aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linkedlist/reverse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def reverse_list(head):
2222
prev = current
2323
return prev
2424

25+
2526
#
2627
# Recursive solution
2728
# T(n)- O(n)

0 commit comments

Comments
 (0)