-
Notifications
You must be signed in to change notification settings - Fork 151
算法训练营第三周作业 #299
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
Comments
学号:028 Username:myrichhub |
学号:023 Username:ericyang89 |
学号:044 Username:yxs354 |
学号:102 Username:speng975 |
学号:62 Username:shimmer236 |
|
学号:053 Username: 361028096 |
|
LeetCode_703_053函数 与 add 函数有相同的代码,可以考虑 在LeetCode_703_053函数中,直接调用add函数 |
这两道题,正好没做,学习了,看你的 “373. 查找和最小的K对数字” 真是简单暴力 |
递归这个东西,练得的多了,后边自然而然的就写出来的 |
你 104题,一句话就搞定了 |
学号:061 Username: otkinlife(贾凯超) |
思维训练原本在工作中也是我从来不重视的。以前都是以解决问题为目的,现在是要以优雅的解决问题为主。对于一个问题以后都要有意识的思考数据结构,算法,优化等方面的东西。 |
#997 我是用了两个一维数组分别表示入度和出度,感觉比较好理解一些 |
学号:116 Username:Maybrittnelson |
学号:67 Username:yulongz |
学号:64 Username:李路 |
学号:99 Username:bitwei |
|
学号:118(李颜翎) |
学号:087 Username:gebitang |
学号:108 Username:SeanMrLi |
学号:120 Username:zhangtianwang |
学号:144 Username:liutong |
学号:006 Username:yuqiu-pp |
艰难的一周 |
学号:090 Username:xuyunbo |
学号:41 Username: mikejicken |
学号:075 Username:tommy1989 |
学号 091 username:籍东文 |
作业连接里没有看到代码文件,看看是不是哪里没配置对,加油 |
看了你的感言,觉得你进步了很多,有了很多自己的思考,行动和思考缺一不可,加油 |
作业完成的比较简单,不过先完成才能完美。而且你的本地代码文件夹是不是不是java module类型的,创建不了java class对吧,可以研究一下。 |
希望下次看到你做更多的练习,加油 |
完成的有点简单,不过完成了就是好样的,希望能够多思考多挑战,不做简单的重复,加油 |
学号:054 Username:taolei0108 |
学号:098 renzhongxing |
学号:042 linear63 |
学号:009 用户名:AHaoPang |
|
学号:016 用户名:ajun |
|
学号 095 用户名 :AndroidQin |
学号 132 用户名 :wwb4694376 |
学号:080 Username:brokge |
学号:081 Username:abinbao |
学号:057 |
学号:137 Username:songsmith |
学习总结_补交 |
补交作业 |
补交作业 |
学号:008 Username:Uriah6140 |
本周重点学习知识点
递归树、堆和排序、图、深度和广度优先搜索、字符串匹配
要求
注意事项
第三周题目
图
简单:https://leetcode-cn.com/problems/find-the-town-judge/
中等:https://leetcode-cn.com/problems/course-schedule-ii
困难:https://leetcode-cn.com/problems/minimize-malware-spread-ii/
堆和排序
简单:https://leetcode-cn.com/problems/kth-largest-element-in-a-stream/
中等:https://leetcode-cn.com/problems/find-k-pairs-with-smallest-sums/
困难: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/number-of-islands/
中等: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/making-a-large-island/
BFS
简单:https://leetcode-cn.com/problems/n-ary-tree-level-order-traversal/
中等:https://leetcode-cn.com/problems/minesweeper/
中等:https://leetcode-cn.com/problems/minimum-height-trees/
困难:https://leetcode-cn.com/problems/bus-routes/
作业提交规则
The text was updated successfully, but these errors were encountered: