摘要:
How does it feel to... be back be famous be a mother be alone all day be an only child fall in love be a millonare You've got to... go eat wait hurry 阅读全文
posted @ 2025-06-17 21:53
万能包哥
阅读(14)
评论(0)
推荐(0)
|
摘要:
How does it feel to... be back be famous be a mother be alone all day be an only child fall in love be a millonare You've got to... go eat wait hurry 阅读全文
posted @ 2025-06-17 21:53
万能包哥
阅读(14)
评论(0)
推荐(0)
摘要:
33、合并K个升序列表 给你一个链表数组,每个链表都已经按升序排列。 请你将所有链表合并到一个升序链表中,返回合并后的链表。 /** * Definition for singly-linked list. * public class ListNode { * int val; * ListNod 阅读全文
posted @ 2025-06-17 21:17
万能包哥
阅读(19)
评论(0)
推荐(0)
摘要:
newspaper...prefer... movie...like to see... game...like to play... musesum...like to visit first Who's Peter right that man your boss. her father beh 阅读全文
posted @ 2025-06-16 20:43
万能包哥
阅读(8)
评论(0)
推荐(0)
摘要:
31、随机链表的复制 给你一个长度为 n 的链表,每个节点包含一个额外增加的随机指针 random ,该指针可以指向链表中的任何节点或空节点。 构造这个链表的 深拷贝。 深拷贝应该正好由 n 个 全新 节点组成,其中每个新节点的值都设为其对应的原节点的值。新节点的 next 指针和 random 指 阅读全文
posted @ 2025-06-16 20:42
万能包哥
阅读(7)
评论(0)
推荐(0)
摘要:
what are you...? drinking reading now writing watching now laughing about tring to hide What makes you...? sad laugh. so sure. depressed different fee 阅读全文
posted @ 2025-06-15 20:35
万能包哥
阅读(10)
评论(0)
推荐(0)
摘要:
29、两两交换链表中的节点 给你一个链表,两两交换其中相邻的节点,并返回交换后链表的头节点。你必须在不修改节点内部的值的情况下完成本题(即,只能进行节点交换)。 /** * Definition for singly-linked list. * public class ListNode { * 阅读全文
posted @ 2025-06-15 20:32
万能包哥
阅读(10)
评论(0)
推荐(0)
摘要:
give me some advice. you could tell me what happend. I've had ennough of... him your crap. your lies. this mess. this place. your excuses. Are you goi 阅读全文
posted @ 2025-06-14 21:40
万能包哥
阅读(14)
评论(0)
推荐(0)
摘要:
27、合并两个有序列表 将两个升序链表合并为一个新的 升序 链表并返回。新链表是通过拼接给定的两个链表的所有节点组成的。 /** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode 阅读全文
posted @ 2025-06-14 20:56
万能包哥
阅读(13)
评论(0)
推荐(0)
摘要:
第十四天 I'm looking forward to... the party. good news. your visit. your reply. going home. the concert. my birthday. I heard that... Pual is sick... you 阅读全文
posted @ 2025-06-13 21:01
万能包哥
阅读(9)
评论(0)
推荐(0)
摘要:
25、环形链表 给你一个链表的头节点 head ,判断链表中是否有环。 /** * Definition for singly-linked list. * class ListNode { * int val; * ListNode next; * ListNode(int x) { * val 阅读全文
posted @ 2025-06-13 20:31
万能包哥
阅读(14)
评论(0)
推荐(0)
|