摘要: 题目 删除排序数组中的重复项 【英文版】https://leetcode.com/problems/remove duplicates from sorted array/ 【中文版】https://leetcode cn.com/problems/remove duplicates from so 阅读全文
posted @ 2019-08-19 22:58 维夏十四 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 题目 两数相加 【英文版】https://leetcode.com/problems/add two numbers/ 【中文版】https://leetcode cn.com/problems/add two numbers/ 给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按 阅读全文
posted @ 2019-08-19 12:36 维夏十四 阅读(144) 评论(0) 推荐(1) 编辑
摘要: 本文整理了一些平常使用python时碰到的陷阱或错误 全局变量v.s.局部变量 global定义位置 File "XXX", line 9, in func() File "XXX", line 6, in func a+=1 UnboundLocalError: local variable 'a 阅读全文
posted @ 2019-08-19 00:29 维夏十四 阅读(197) 评论(0) 推荐(0) 编辑