码迷,mamicode.com
首页 >  
搜索关键字:problems    ( 6275个结果
Autel MaxiIM IM608 Real Customer Test Feedback
This is a the real user review of the Autel MaxiIM IM608, a fantastic diagnostic and programming system for universal vehicles. Credit to all contribu ...
分类:数据库   时间:2020-03-18 20:13:29    阅读次数:73
矩形重叠
此博客链接:https://www.cnblogs.com/ping2yingshi/p/12517261.html 矩形重叠(43min) 题目链接:https://leetcode-cn.com/problems/rectangle-overlap/ 矩形以列表 [x1, y1, x2, y2] ...
分类:其他好文   时间:2020-03-18 15:54:40    阅读次数:58
1131 Subway Map
题目:https://pintia.cn/problem-sets/994805342720868352/problems/994805347523346432 本文完全参考刘婼的思路和代码!!! 参考地址:https://www.liuchuo.net/archives/3850 我刚开始想的是用 ...
分类:其他好文   时间:2020-03-18 13:36:45    阅读次数:51
leetcode 15. 三数之和(sort+双指针)
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/3sum 给你一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?请你找出所有满足条件且不重复的三元组。 注意:答案中不可以包 ...
分类:其他好文   时间:2020-03-18 11:45:25    阅读次数:58
[LeetCode] 940. Distinct Subsequences II
Given a string S, count the number of distinct, non-empty subsequences of S . Since the result may be large, return the answer modulo 10^9 + 7. Exampl ...
分类:其他好文   时间:2020-03-18 09:38:23    阅读次数:52
面试题59 - II.:队列的最大值(C++)
题目地址:https://leetcode-cn.com/problems/dui-lie-de-zui-da-zhi-lcof/ 题目描述 请定义一个队列并实现函数 max_value 得到队列里的最大值,要求函数max_value、push_back 和 pop_front 的均摊时间复杂度都是 ...
分类:编程语言   时间:2020-03-18 09:18:46    阅读次数:69
Preliminaries for Benelux Algorithm Programming Contest 2019: I. Inquiry I
论算法优化的重要性 要有分析算法时间复杂度的潜意识,慢慢培养。 别总是上来暴力,还有可怕的两层循环2333qwq The Bureau for Artificial Problems in Competitions wants you to solve the following problem: ...
分类:其他好文   时间:2020-03-17 21:02:11    阅读次数:70
leetcode 13. 罗马数字转整数
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/roman-to-integer 罗马数字包含以下七种字符: I, V, X, L,C,D 和 M。 字符 数值I 1V 5X 10L 50C 100D 500M 1000例如, 罗马数字 2 写做 ...
分类:其他好文   时间:2020-03-17 16:46:09    阅读次数:45
leetcode 1 两数之和
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/two-sum 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用 ...
分类:其他好文   时间:2020-03-17 14:03:15    阅读次数:47
二叉树的镜像输出
1:题目描述 请完成一个函数,输入一个二叉树,该函数输出它的镜像。 例如输入: 4 / \ 2 7 / \ / \1 3 6 9镜像输出: 4 / \ 7 2 / \ / \9 6 3 1 来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/er-c ...
分类:其他好文   时间:2020-03-16 14:48:38    阅读次数:62
6275条   上一页 1 ... 83 84 85 86 87 ... 628 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!