We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2b7d1 commit f3cf900Copy full SHA for f3cf900
reorder-list/YeomChaeeun.ts
@@ -48,4 +48,4 @@ function reorderList(head: ListNode | null): void {
48
49
// 마지막 노드의 next를 null로 설정
50
stack[left].next = null;
51
-}
+}
0 commit comments