# 要求 1. 每周至少完成给定题目中的两道算法题 2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限) # 注意事项 1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大家有针对性的练习; 2. 有的题目可能需要结合多个算法或数据结构进行求解。 # 第二周题目 ## 哈希表 简单:https://leetcode-cn.com/problems/two-sum/ 简单:https://leetcode-cn.com/problems/valid-anagram/ 中等:https://leetcode-cn.com/problems/longest-substring-without-repeating-characters 中等:https://leetcode-cn.com/problems/top-k-frequent-words 困难:https://leetcode-cn.com/problems/number-of-atoms/ ## 二叉树 简单:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/ 简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/ 中等:https://leetcode-cn.com/problems/symmetric-tree/ 中等:https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/ 中等:https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ 困难:https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/ ## 二叉搜索树 简单:https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/ 简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ 中等:https://leetcode-cn.com/problems/validate-binary-search-tree/ 中等: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. 在提交作业之前,请先阅读这里的 README 文档: https://github.com/algorithm002/algorithm/blob/master/README.md 2. 然后在此 Issues 下按照如下格式回复(示例见一楼): > #作业提交 > 学号: > username: > 代码作业:(填写自己仓库下对应的作业链接即可,同时记得给本仓库提交 pull request) > 学习总结:发表自己本周的学习感言 issues,并提交链接,issues 标题格式:“【学号后三位-week1】+文章标题”,格式参考:https://github.com/algorithm002/algorithm/issues/1 > 使用语言:
要求
注意事项
第二周题目
哈希表
简单:https://leetcode-cn.com/problems/two-sum/
简单:https://leetcode-cn.com/problems/valid-anagram/
中等:https://leetcode-cn.com/problems/longest-substring-without-repeating-characters
中等:https://leetcode-cn.com/problems/top-k-frequent-words
困难:https://leetcode-cn.com/problems/number-of-atoms/
二叉树
简单:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/
简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/
中等:https://leetcode-cn.com/problems/symmetric-tree/
中等:https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/
中等:https://leetcode-cn.com/problems/binary-tree-level-order-traversal/
困难:https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/
二叉搜索树
简单:https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/
简单:https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
中等:https://leetcode-cn.com/problems/validate-binary-search-tree/
中等: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/
作业提交规则
https://github.com/algorithm002/algorithm/blob/master/README.md