Skip to content

Latest commit

 

History

History

总题目数 : 17 已完成 : 14 未完成 : 3 第二周题目 哈希表 done 简单:https://leetcode-cn.com/problems/two-sum/ done 简单:https://leetcode-cn.com/problems/valid-anagram/ done 中等:https://leetcode-cn.com/problems/longest-substring-without-repeating-characters done 中等:https://leetcode-cn.com/problems/top-k-frequent-words done 困难:https://leetcode-cn.com/problems/number-of-atoms/ ps: 尝试其他方式解题

二叉树 done 简单:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/ done 简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ done 中等:https://leetcode-cn.com/problems/symmetric-tree/ done 中等:https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/ done 中等:https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ 困难:https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/

二叉搜索树 done 简单:https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/ done 简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ done 中等:https://leetcode-cn.com/problems/validate-binary-search-tree/ done 中等:https://leetcode-cn.com/problems/range-sum-of-bst/ 中等:https://leetcode-cn.com/problems/contains-duplicate-iii/ 困难:https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self/

五毒神掌: 本周较难的题目: 1、不重复字符的最长字串 2、前K个高频字符串 3、原子的数量 下次练习

本周加强练习的题目:

总结: 第二周了,感觉刷题更有感觉了,不知不觉当中,在 LeetCode上面的刷题的数量超过50了,下次老师再提问,自己就是50+的选手了 这一周当中的题目主要是 哈希表 和 树 。 哈希表在日常使用率很高,Key 与 Value 的形式会让其功能很强大,比如说 去重、计数等等。 这两周来说的话印象更深的是 树 ,两周的题目当中都有树的题目,还有相同的题目,可能是为了让咱们练习五毒神掌吧。 经过两周的刷题练习,能明显感觉到的一点是:看到题目后,第一想法里面需要使用哪种数据结构来解题了,这种感觉挺好。 第一周还在拣软柿子捏,第二周也是尽量的从难度为中等的开始,中午休息时间就练一练简单的题目,找一找爽一把的感觉,哈哈。 逐渐的感觉到 平时刷题 好像要形成习惯了,脑子里经常想着刷题的事,想着题目,模拟解题思路