发表评论取消回复
相关阅读
相关 后缀数组总结(题目合集)
1、hdu6704 K-th occurrence(主席树+后缀树组) 题意:给定串s, q个询问(l,r,k),求子串s\[l,r\]的第k次出现位置。 分...
相关 Leetcode数组类题目总结
1. 第一章线性表 此类题目考察线性表的操作,例如数组,单链表,双向链表 1. 1. Remove Duplicates from Sorted Array 描述
相关 LeetCode-题目详解(一):数组
这里写目录标题 1. 两数之和 【简单】 剑指 Offer 03. 数组中重复的数字 【简单】 45. 跳跃游戏 II 【中等】
相关 Leetcode-backtracking题目总结
Leetcode-78. Subsets (全组合问题) Given a set of distinct integers, nums, return all possib
相关 LeetCode题目#645(数组类)——错误的集合
原题目及链接如下: https://leetcode-cn.com/problems/set-mismatch/submissions/ ![在这里插入图片描述][wa
相关 LeetCode题目#414(数组类)——第三大的数
原题链接及题目如下: https://leetcode-cn.com/problems/third-maximum-number/submissions/ ![在这里插
相关 LeetCode题目#485(数组类)——最大连续1的个数
原题链接及题目: https://leetcode-cn.com/problems/max-consecutive-ones/ ![在这里插入图片描述][waterma
相关 LeetCode题目#495(数组类)——提莫攻击
原文链接及题目: https://leetcode-cn.com/problems/max-consecutive-ones/ ![在这里插入图片描述][waterma
相关 【LeetCode】数论题目总结
一、基本问题 1. 辗转相除的gcd应用,求最大公约数 ,进而lcm求最小公倍数 2. 质数问题 3. 余数问题、位运算、进制转换 4. 约数定理: 分解质因数.然后
相关 LeetCode 题目总结/分类
欢迎参考我的 [leetcode代码][leetcode] 利用堆栈: [http://oj.leetcode.com/problems/evaluate-rev
还没有评论,来说两句吧...