-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
算法训练营(深圳站)第三周作业 #114
Comments
#作业提交 |
#作业提交 |
#作业提交 |
各个知识点都有练习,注释丰富。 |
#作业提交 |
#作业提交 |
每道题都有注释,记录很详细。 |
102 题用递归实现的层序遍历,新的思路 |
111 题的最小深度写的很简洁,学习代码精简之道。 |
语言大神,C++和 python 都有实现。 |
kth largest element这题,把快排换成二分查找会不会更好一些 |
快排partition就是二分的思想 |
#作业提交 |
对于树的测试用例,可以看看LeetCode_297(二叉树的序列化与反序列化),能够方便的构造树 |
这个构造树的方法值得点赞,能够分享一下吗?
|
#作业提交 |
#作业提交 |
总结中针对每道题,总结了对应的解题思路,很不错 |
总结中提到的代码模板确实需要多练习 |
确实,质比量更重要,我在量方面刷得题不多,质方面也需要多下功夫,现在投入的时间还是太少了,如覃超老师说得,应该利用大段点的空闲时间突破自己的舒适区。 |
正如总结中提到的,我们确实要多一点精益求精的精神。 |
总结中针对图和树的遍历,做了对比分析,比较了 DFS 和 BFS在图和树的遍历的差异 |
#作业提交 |
|
#作业提交 |
这周最早完成作业的大神,效率高,注释清晰。 |
受益 |
注释精辟!大神漏了学习总结…… |
|
同学,题量有点少呀。 |
学习js的写法。 |
总结得不错。学习了。 |
解题思路,基本差不多。 |
看注释量就知道有一个好习惯 |
看到题目很长的,罗列一堆假设条件让你去做的就头疼,,感觉是为了出题而出题,没有现实意义 |
不好意思,评论错人了,github一返回就刷新了哈哈 |
#作业提交 |
shirley这周刷题量不多哦,加油 |
总结写的很厉害,学习了 |
陈同学每周的总结写的都很全面,学习了 |
同意 |
加油 |
#作业提交 |
第三周作业已经提交,之前issue也提交了。当时#168。 |
代码很整洁 |
质比量更重要,说的好! |
解题思路很清晰,多种方法值得学习 |
#作业提交 |
102貌似不需要level的信息,所以应该不需要pair |
547 题bCheckedPersionArray可以改个名,这个名字不太好读 |
104题else是冗余的,可以删掉 |
用ECMA script的写法果然很简洁 |
这个review真的很到位,一语点中关键点,学习了 |
111题最小深度确实很棒,学习了,谢谢啦^_^ |
代码注释很详细,交作业真早啊哈哈 |
程序员,两大问题。第一,看别人的程序没有注释。第二,自己不写注释。总之,写注释是一个好习惯。 |
多种解题方法,开阔思路,很不错哦 |
代码写的很好哦,就是做的题目真的有点少啊O(∩_∩)O哈哈~ |
用bool变量区分奇偶,很好哦
103题用bool值区分奇偶,很好哦 |
要求
注意事项
第三周题目
图
中等:https://leetcode.com/problems/number-of-islands/
中等:https://leetcode-cn.com/problems/course-schedule-ii
堆和排序
简单:https://leetcode-cn.com/problems/kth-largest-element-in-a-stream/
困难:https://leetcode-cn.com/problems/find-median-from-data-stream/
DFS
简单:https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/
简单:https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/
中等:https://leetcode-cn.com/problems/friend-circles/
中等:https://leetcode-cn.com/problems/find-eventual-safe-states/
困难:https://leetcode-cn.com/problems/longest-increasing-path-in-a-matrix/
困难:https://leetcode-cn.com/problems/minesweeper/
困难:https://leetcode-cn.com/problems/word-ladder/
BFS
简单:https://leetcode-cn.com/problems/n-ary-tree-level-order-traversal/
简单:https://leetcode-cn.com/problems/binary-tree-level-order-traversal/
简单:https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
中等:https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
中等:https://leetcode-cn.com/problems/minesweeper/
中等:https://leetcode-cn.com/problems/minimum-height-trees/
作业提交规则
https://github.com/algorithm002/algorithm/blob/master/README.md
The text was updated successfully, but these errors were encountered: