摘要: 会超出时间限制: class Solution: def getIntersectionNode(self, headA: ListNode, headB: ListNode) -> Optional[ListNode]: cur_b=headB cur_a=headA while cur_b!=N 阅读全文
posted @ 2024-03-02 20:04 Junior_bond 阅读(9) 评论(0) 推荐(0)