摘要:
打卡第七十八天 2道简单题+1道中等题 题目: 思路: 代码: class Solution { public: ListNode* modifiedList(vector<int>& nums, ListNode* head) { unordered_set<int> st(nums.begin( 阅读全文
posted @ 2026-01-25 22:52
Wy0518
阅读(3)
评论(0)
推荐(0)
摘要:
打卡第七十七天 2道中等题 题目: 思路: 代码: class Solution { public: vector<ListNode*> splitListToParts(ListNode* head, int k) { int n = 0; ListNode *temp = head; while 阅读全文
posted @ 2026-01-25 22:30
Wy0518
阅读(3)
评论(0)
推荐(0)

浙公网安备 33010602011771号