码迷,mamicode.com
首页 >  
搜索关键字:discuss    ( 1567个结果
uva-103-dp----has error
题意:矩阵嵌套,DAG图DP 下面的代码在hdu过不了,voj能过.详见http://acm.hdu.edu.cn/discuss/problem/post/reply.php?postid=38519&messageid=1&deep=0 ...
分类:其他好文   时间:2019-05-12 22:30:24    阅读次数:165
654. Maximum Binary Tree最大二叉树
网址:https://leetcode.com/problems/maximum-binary-tree/ 参考: https://leetcode.com/problems/maximum-binary-tree/discuss/106146/C%2B%2B-O(N)-solution 我自己的做 ...
分类:其他好文   时间:2019-04-27 13:13:15    阅读次数:119
[LeetCode] 80. Remove Duplicates from Sorted Array II ☆☆☆(从有序数组中删除重复项之二)
https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/discuss/27976/3-6-easy-lines-C%2B%2B-Java-Python-Ruby 描述 Follow up for "Remove Du ...
分类:编程语言   时间:2019-04-27 09:25:45    阅读次数:154
leetcode979
搞不定这种递归计算,可能我的头脑是“线性”的,这种一层一层的,想起来太费劲了,想的头发都没了。以后希望能有AI来写这种程序吧,AI不怕掉头发! 参考:https://leetcode.com/problems/distribute-coins-in-binary-tree/discuss/22193 ...
分类:其他好文   时间:2019-04-23 19:13:51    阅读次数:105
Econ 3818 R data project
Econ 3818Spring 2019R data project Unlike your other R assignments, this assignment is individual work only. You may discuss your project with classma ...
分类:其他好文   时间:2019-04-19 20:04:25    阅读次数:148
java AOP Before, After, AfterReturning, AfterThrowing, or Around 注解
https://www.eclipse.org/aspectj/doc/next/adk15notebook/ataspectj-pcadvice.html Advice Advice In this section we first discuss the use of annotations f ...
分类:编程语言   时间:2019-04-19 19:52:36    阅读次数:153
刷题之路_2
"原题" 神奇的一道没办法划分类别的dp题。 看上去就像背包,有时间有费用 但试了背包的做法发现不对啊,只能弄出最大费用或最小价值 卡在从后往前转移什么,应该怎么转移的阶段上, 没有意识到由于数据范围小,没有任务的空闲时间是可以直接加1解决的orz 从后往前转移空闲的时间, 以有任务的时间点作为转移 ...
分类:其他好文   时间:2019-03-31 09:27:16    阅读次数:128
QBUS2810 Statistical Modelling for Business
QBUS2810Statistical Modelling for BusinessIndividual Assignment 1This individual assignment will contribute 5% towards your final result inthe unit. T ...
分类:其他好文   时间:2019-03-27 19:49:20    阅读次数:124
1003. Check If Word Is Valid After Substitutions Medium
参考:https://leetcode.com/problems/check-if-word-is-valid-after-substitutions/discuss/247626/JavaPythonC%2B%2B-Stack-Solution-O(N 方法1:使用c++自带的find函数和era ...
分类:其他好文   时间:2019-03-16 14:16:40    阅读次数:198
600. Non-negative Integers without Consecutive Ones
Given a positive integer n, find the number of non-negative integers less than or equal to n, whose binary representations do NOT contain consecutive ...
分类:其他好文   时间:2019-03-09 23:16:42    阅读次数:170
1567条   上一页 1 ... 7 8 9 10 11 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!