Open GeekUniversity opened 5 years ago
学号:121 Username:lovingcodesk 第四周作业链接:https://github.com/algorithm001/algorithm/pull/636 学习感言:
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
简单:https://leetcode.com/problems/longest-word-in-dictionary/ 中等:https://leetcode.com/problems/add-and-search-word-data-structure-design/ 困难:https://leetcode.com/problems/word-search-ii/
简单:https://leetcode.com/problems/majority-element/ 中等:https://leetcode.com/problems/different-ways-to-add-parentheses/ 困难:https://leetcode.com/problems/burst-balloons/
简单:https://leetcode.com/problems/assign-cookies/ 中等:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/ 困难:https://leetcode.com/problems/ipo/
简单:https://leetcode.com/problems/letter-case-permutation/ 中等:https://leetcode.com/problems/add-and-search-word-data-structure-design/ 困难:https://leetcode.com/problems/n-queens/
简单:https://leetcode.com/problems/min-cost-climbing-stairs/ 中等:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ 困难:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/ 困难:https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/ 困难:https://leetcode.com/problems/edit-distance/
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
作业提交积极,赞。代码清晰易读
学号:064 Username:李路 第四周作业链接:https://github.com/tidelgl/algorithm/tree/week-4/Week_04/id_64 学习感言:https://github.com/algorithm001/algorithm/issues/646
学号:027 Username:zjg23 第四周作业链接:https://github.com/zjg23/algorithm/tree/master/Week_04/id_27 学习感言: #647
学号:126 Username:suncen0505 第四周作业链接:https://github.com/suncen0505/algorithm/tree/master/Week_04/id_126 学习感言:#648
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
我也是做了两道简单的题,还是依据老师的套路,用了笨法,再去化简的,感觉老师的套路泰通用了
学号:064 Username:李路 第四周作业链接:https://github.com/tidelgl/algorithm/tree/week-4/Week_04/id_64 学习感言:#646
你做了好多题呀,我也喜欢在本上记笔记,不过最近发现本上记录好像找一个知识点有点费劲,哈哈 ,最近在考虑用在线笔记做记录呢
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
我也是做了两道简单的题,还是依据老师的套路,用了笨法,再去化简的,感觉老师的套路泰通用了
一起加油吧,我这得抓紧跟啊
学号:027 Username:zjg23 第四周作业链接:https://github.com/zjg23/algorithm/tree/master/Week_04/id_27 学习感言: #647
我好像还没用过前序遍历、中序遍历和后序遍历,一直在用同一种递归,有时间去优化下代码
学号:086 Username: SherryShi0108 第四周作业链接:https://github.com/SherryShi0108/algorithm/tree/master/Week_04/id_86 学习感言:#649
学号:086 Username: SherryShi0108 第四周作业链接:https://github.com/SherryShi0108/algorithm/tree/master/Week_04/id_86 学习感言:#649
活动结束,但是咱们的学习没有结束,以后学完咱们好好交流
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
我也得再重新看一遍,到时候学完咱们再总结,一起交流
学号:023 Username: ericyang89 第四周作业链接:https://github.com/ericyang89/algorithm/tree/master/Week_04/id_23 学习感言:#650 编程语言:JavaScript
学号:131 Username: HongChao6 第四周作业链接:https://github.com/HongChao6/algorithm/tree/master/Week_04/id_131 学习感言:#651 编程语言:C++
学号:086 Username: SherryShi0108 第四周作业链接:https://github.com/SherryShi0108/algorithm/tree/master/Week_04/id_86 学习感言:#649
活动结束,但是咱们的学习没有结束,以后学完咱们好好交流
以后咱们就在这个github上建分支呗,然后有问题在 issue 上提交,每次的leetcode题也可提交
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
嗯,一起努力吧
学号:121 Username:lovingcodesk 第四周作业链接:#636 学习感言:
我跟你实现的方法一样,不过我是用C++,看你 JAVA 代码正好熟悉一下不同语言
学号:095 Username:AndroidQin 第四周作业链接:https://github.com/AndroidQin/algorithm/tree/master/Week_04/id_95 学习感言:#642
感觉784可以 先将字母处理成数字,然后用 hash 实现
学号:023 Username: ericyang89 第四周作业链接:https://github.com/ericyang89/algorithm/tree/master/Week_04/id_23 学习感言:#650 编程语言:JavaScript
动态规划一般可以用填表来实现,还是做题少,不大熟练
学号:064 Username:李路 第四周作业链接:https://github.com/tidelgl/algorithm/tree/week-4/Week_04/id_64 学习感言:#646
你做了好多题呀,我也喜欢在本上记笔记,不过最近发现本上记录好像找一个知识点有点费劲,哈哈 ,最近在考虑用在线笔记做记录呢
嗯,记在在线笔记上能够笔记好的查阅以前的记录!
学号:040 Username: salanhess 第四周作业链接:https://github.com/salanhess/algorithm/tree/master/Week_04/id_40 学习感言:https://github.com/algorithm001/algorithm/issues/655 编程语言:golang
学号:061 Username:otkinlife@163.com(贾凯超) 第四周作业链接:https://github.com/otkinlife/algorithm/tree/master/Week_04/id_61 学习感言:#656
学号:014 Username:aiter 第四周作业链接 java:https://github.com/aiter/algorithm/tree/master/Week_04/id_14 学习感言: #657
学号:061 Username:otkinlife@163.com(贾凯超) 第四周作业链接:https://github.com/otkinlife/algorithm/tree/master/Week_04/id_61 学习感言:#656
764 写得真好,这题我花了不少时间
学号:009 用户名:AHaoPang 第三周作业链接:https://github.com/AHaoPang/algorithm/tree/master/Week_04/id_9 学习感言:#658
学号:044 Username: yxs354 第四周作业链接:https://github.com/yxs354/algorithm/tree/master/Week_04/id_44 学习感言:#662
学号:012 Username: hijkoo 第四周作业链接:https://github.com/hijkoo/algorithm/tree/master/Week_04/id_12 学习感言:#663
学号:044 Username: yxs354 第四周作业链接:https://github.com/yxs354/algorithm/tree/master/Week_04/id_44 学习感言:#662
学号:009 用户名:AHaoPang 第三周作业链接:https://github.com/AHaoPang/algorithm/tree/master/Week_04/id_9 学习感言:#658
这两道题都还没有做过。先学习一下
学号:023 Username: ericyang89 第四周作业链接:https://github.com/ericyang89/algorithm/tree/master/Week_04/id_23 学习感言:#650 编程语言:JavaScript
填表法确实好用。非常直观而且可以提高效率
学号:012 Username: hijkoo 第四周作业链接:https://github.com/hijkoo/algorithm/tree/master/Week_04/id_12 学习感言:#663
我也是做PHP的,其实一直挺纠结的。用PHP解题如果不用库函数效率会很低,如果用库函数就达不到算法训练的目的了
学号:040 Username: salanhess 第四周作业链接:https://github.com/salanhess/algorithm/tree/master/Week_04/id_40 学习感言:#655 编程语言:golang
169我的思路也是先排序然后找中位数。后来看到其他同学有用分治思想解决。感觉可以借鉴一下
学号:080 Username:brokge 第四周作业链接:https://github.com/brokge/algorithm/tree/master/Week_04/id_80 学习感言:#665 编程语言:Java
学号:038 Username:jianghaoyuan2007 第四周作业链接:https://github.com/jianghaoyuan2007/algorithm/tree/master/Week_04/id_38 学习感言: #666
学号:109 Username:quanhoucun 第四周作业链接:https://github.com/quanhoucun/algorithm/tree/master/Week_04/id_109 学习感言: #667
学号:053 Username:361028096 第四周作业链接:https://github.com/361028096/algorithm/tree/master/Week_04/id_53 学习感言: #668 编程语言:java
学号:134 Username:wxisme 第四周作业链接:https://github.com/wxisme/algorithm/tree/master/Week_04/id_134 学习总结:https://github.com/algorithm001/algorithm/issues/671
学号:040 Username: salanhess 第四周作业链接:https://github.com/salanhess/algorithm/tree/master/Week_04/id_40 学习感言:#655 编程语言:golang
169我的思路也是先排序然后找中位数。后来看到其他同学有用分治思想解决。感觉可以借鉴一下
赞
学号:036 UserName:Lugyedo 第四周作业连接:https://github.com/Lugyedo/algorithm/tree/master/Week_04/id_36 学习总结:https://github.com/algorithm001/algorithm/issues/673
学号:086 Username: SherryShi0108 第四周作业链接:https://github.com/SherryShi0108/algorithm/tree/master/Week_04/id_86 学习感言:#649
学算法最好不要调用系统函数Sort
学号:049 Username:bugcodes 第四周作业链接:https://github.com/bugcodes/algorithm/tree/master/Week_04/id_49 学习感言: #675
学号:113 Username:sadcat 第四周作业链接(ruby):https://github.com/algorithm001/algorithm/pull/676 学习感言: https://github.com/algorithm001/algorithm/issues/677
学号: 039, GitHub Username: plin005 第四周作业链接:https://github.com/plin005/algorithm/tree/master/Week_04/id_39 学习感言: 【039-week4】学习总结”,#681
学号: 007 GitHub Username : @v1xingyue 第四周作业链接: https://github.com/v1xingyue/algorithm/tree/master/Week_04/id_7 学习总结: #684
学号: 117 GitHub Username : hapiman(彭建)
第四周作业链接: https://github.com/hapiman/algorithm/tree/master/Week_04/id_117
学习总结: https://github.com/algorithm001/algorithm/issues/685
编程语言:Go
学号: 088 GitHub Username : Hermancg 第四周作业链接: https://github.com/Hermancg/algorithm/tree/master/Week_04/id_88 学习总结: #686
本周重点学习知识点
Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划
要求
注意事项
第四周题目
Trie树
简单:https://leetcode-cn.com/problems/longest-word-in-dictionary/ 中等:https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/ 困难:https://leetcode-cn.com/problems/word-search-ii/
分治算法
简单:https://leetcode-cn.com/problems/majority-element/ 中等:https://leetcode-cn.com/problems/different-ways-to-add-parentheses/ 困难:https://leetcode-cn.com/problems/burst-balloons/
贪心算法
简单:https://leetcode-cn.com/problems/assign-cookies/ 中等:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/ 困难:https://leetcode-cn.com/problems/ipo/
回溯算法
简单:https://leetcode-cn.com/problems/letter-case-permutation/ 中等:https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/ 困难:https://leetcode-cn.com/problems/n-queens/
动态规划
简单:https://leetcode-cn.com/problems/min-cost-climbing-stairs/ 中等:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/ 困难:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/ 困难:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/ 困难:https://leetcode-cn.com/problems/edit-distance/
作业提交规则