【leetcode系列】【py3】【中等】兩數相加

題目: 原題鏈接: https://leetcode-cn.com/problems/add-two-numbers/   解題思路: 雖然是個中等難度的,但是其實沒太想明白難點在哪裏 同時遍歷兩個鏈表,記錄下是否需要進位,然後繼續遍歷就好了   代碼實現: # Definition for singly-linked list. # class ListNode: #     def __ini
相關文章
相關標籤/搜索