Skip to content

Commit

Permalink
Update Linked List/README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ash authored Aug 29, 2020
1 parent 4c718b4 commit 81e2726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linked List/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Recursive Approach:
}
let temp = reverse(head.next)
head.next.next = head
head.next = NULL
head.next = nil
return temp
}
```
Expand Down

0 comments on commit 81e2726

Please sign in to comment.