iT邦幫忙

鐵人檔案

2025 iThome 鐵人賽
回列表
自我挑戰組

leetcode 系列

解題leetcode 並且說明

參賽天數 24 天 | 共 24 篇文章 | 1 人訂閱 訂閱系列文 RSS系列文
DAY 21

leetcode 21. Merge Two Sorted Lists

題目:You are given the heads of two sorted linked lists list1 and list2. Merge the...

2025-10-05 ‧ 由 412570510 分享
DAY 22

leetcode 22. Generate Parentheses

題目:Given n pairs of parentheses, write a function to generate all combinations o...

2025-10-06 ‧ 由 412570510 分享
DAY 23

leetcode 23. Merge k Sorted Lists

題目:You are given an array of k linked-lists lists, each linked-list is sorted in...

2025-10-07 ‧ 由 412570510 分享
DAY 24

leetcode 24. Swap Nodes in Pairs

題目:Given a linked list, swap every two adjacent nodes and return its head. You m...

2025-10-08 ‧ 由 412570510 分享