carsonSgit / leetcode

leetcode grind... doing whatever I can to make sure I'm not bad at CS.
4 stars 0 forks source link

Q206 #48

Closed carsonSgit closed 1 month ago

carsonSgit commented 1 month ago

What is this problem

Given the head of a singly linked list, reverse the list, and return the reversed list.

How do I solve it

Breakdown:

Resources