labuladong / basic-challenge

200 stars 22 forks source link

day01 #339

Closed wangyin717 closed 1 year ago

wangyin717 commented 1 year ago
  1. 合并两个有序链表(C++) https://leetcode.cn/problems/merge-two-sorted-lists/solutions/2367710/21-he-bing-liang-ge-you-xu-lian-biao-c-b-1ubo/
  2. 分隔链表(C++) https://leetcode.cn/problems/partition-list/solutions/2368126/86-fen-ge-lian-biao-c-by-wangyin717-myry/
  3. 合并 K 个升序链表(C++) https://leetcode.cn/problems/merge-k-sorted-lists/solutions/2368296/23-he-bing-k-ge-sheng-xu-lian-biao-c-by-o8oy7/
  4. 删除链表的倒数第 N 个结点 https://leetcode.cn/problems/remove-nth-node-from-end-of-list/solutions/2368402/19-shan-chu-lian-biao-de-dao-shu-di-n-ge-waz3/