python就是方便啊,这才是好的程序代码应有的亚子,也是程序员应有的亚子。(呵呵) 但是似乎这种简便的方式,不太符合题目要求。 下面给出一个java的参考代码:https://leetcode.com/problems/multiply-strings/discuss/17605/Easiest- ...
分类:
其他好文 时间:
2019-06-29 10:38:05
阅读次数:
117
子矩阵求和 http://hihocoder.com/discuss/question/3005 声明一下: n是和x一起的,m是和y一起的 x是横着的,y是纵着的,x往右为正,y往下为正 (非常反常规的定义) 性质好题 看起来无从下手。 两个关键性质: 证明挺显然的。画画图 同余方程exgcd即可 ...
分类:
其他好文 时间:
2019-06-16 11:24:02
阅读次数:
102
回溯法,参考:https://leetcode.com/problems/letter-tile-possibilities/discuss/308486/Simple-python-solution-with-backtracking 另外一行样式: 参考:https://leetcode.com ...
分类:
其他好文 时间:
2019-06-09 22:30:02
阅读次数:
149
找到一个跟我的思路比较接近的参考解决方案: 参考:https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/discuss/308222/show-my-thinking-process ...
分类:
其他好文 时间:
2019-06-09 22:25:27
阅读次数:
136
一键驱逐int ( "相关传送门" //但是空格不敢乱用所以不敢直接写 define int long long而是换成两行 结构体初始化(不打游戏真不知道 ( "参考资料" 就是例如 神奇的…重载函数? ( "参考资料" for(int j=1;j ...
分类:
其他好文 时间:
2019-06-07 00:59:05
阅读次数:
118
No. 9 Palindrome Number (简单,PASS) No. 10 Regular Expression Matching (HARD) https://leetcode.com/problems/regular-expression-matching/discuss/5723/My- ...
分类:
其他好文 时间:
2019-06-03 12:09:22
阅读次数:
111
题目描述: Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Ex ...
分类:
其他好文 时间:
2019-05-31 01:07:55
阅读次数:
119
Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return ...
分类:
其他好文 时间:
2019-05-20 23:00:12
阅读次数:
186
21. 合并两个有序链表 21. Merge Two Sorted Lists 题目描述 将两个有序链表合并为一个新的有序链表并返回。新链表是通过拼接给定的两个链表的所有节点组成的。 LeetCode21. Merge Two Sorted Lists 示例: 输入: 1 2 4, 1 3 4 输出 ...
分类:
其他好文 时间:
2019-05-20 22:58:39
阅读次数:
187
闲来无事,写了一个对discuss论坛登录的案例,初次上场按照以前的惯例没成功,见过抓包分析discuss论坛成功完成,废话不多说 直接上代码。 1:winform 做客户端,添加HttpClient的引用 初始化对象: 2:具体方法 ...
分类:
Web程序 时间:
2019-05-17 13:47:28
阅读次数:
207