Files
LeetcodeTop/meituan/test.md
2021-03-31 14:48:14 +08:00

4.8 KiB

测试

若想按部门/难度/题型筛选题目,请进入CodeTop查询

题目 出现次数 链接
3. 无重复字符的最长子串 6 https://leetcode-cn.com/problems/longest-substring-without-repeating-characters
242. 有效的字母异位词 4 https://leetcode-cn.com/problems/valid-anagram
232. 用栈实现队列 4 https://leetcode-cn.com/problems/implement-queue-using-stacks
704. 二分查找 4 https://leetcode-cn.com/problems/binary-search
8. 字符串转换整数 (atoi) 4 https://leetcode-cn.com/problems/string-to-integer-atoi
46. 全排列 4 https://leetcode-cn.com/problems/permutations
53. 最大子序和 3 https://leetcode-cn.com/problems/maximum-subarray
补充题4. 手撕快速排序 3 https://leetcode-cn.com/problems/sort-an-array
1. 两数之和 3 https://leetcode-cn.com/problems/two-sum
20. 有效的括号 3 https://leetcode-cn.com/problems/valid-parentheses
7. 整数反转 3 https://leetcode-cn.com/problems/reverse-integer
剑指 Offer 53 - I. 在排序数组中查找数字 I 3 https://leetcode-cn.com/problems/zai-pai-xu-shu-zu-zhong-cha-zhao-shu-zi-lcof
136. 只出现一次的数字 3 https://leetcode-cn.com/problems/single-number
468. 验证IP地址 3 https://leetcode-cn.com/problems/validate-ip-address
718. 最长重复子数组 2 https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray
141. 环形链表 2 https://leetcode-cn.com/problems/linked-list-cycle
83. 删除排序链表中的重复元素 2 https://leetcode-cn.com/problems/remove-duplicates-from-sorted-list
226. 翻转二叉树 2 https://leetcode-cn.com/problems/invert-binary-tree
剑指 Offer 21. 调整数组顺序使奇数位于偶数前面 2 https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof
239. 滑动窗口最大值 2 https://leetcode-cn.com/problems/sliding-window-maximum
21. 合并两个有序链表 2 https://leetcode-cn.com/problems/merge-two-sorted-lists
151. 翻转字符串里的单词 2 https://leetcode-cn.com/problems/reverse-words-in-a-string
165. 比较版本号 2 https://leetcode-cn.com/problems/compare-version-numbers
剑指 Offer 57 - II. 和为s的连续正数序列 2 https://leetcode-cn.com/problems/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof
补充题14. 阿拉伯数字转中文数字 2
128. 最长连续序列 2 https://leetcode-cn.com/problems/longest-consecutive-sequence
50. Pow(x, n) 1 https://leetcode-cn.com/problems/powx-n
剑指 Offer 61. 扑克牌中的顺子 1 https://leetcode-cn.com/problems/bu-ke-pai-zhong-de-shun-zi-lcof
76. 最小覆盖子串 1 https://leetcode-cn.com/problems/minimum-window-substring
876. 链表的中间结点 1 https://leetcode-cn.com/problems/middle-of-the-linked-list
14. 最长公共前缀 1 https://leetcode-cn.com/problems/longest-common-prefix
169. 多数元素 1 https://leetcode-cn.com/problems/majority-element
796. 旋转字符串 1 https://leetcode-cn.com/problems/rotate-string
72. 编辑距离 1 https://leetcode-cn.com/problems/edit-distance
460. LFU缓存 1 https://leetcode-cn.com/problems/lfu-cache
106. 从中序与后序遍历序列构造二叉树 1 https://leetcode-cn.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal
70. 爬楼梯 1 https://leetcode-cn.com/problems/climbing-stairs
415. 字符串相加 1 https://leetcode-cn.com/problems/add-strings
剑指 Offer 45. 把数组排成最小的数 1 https://leetcode-cn.com/problems/ba-shu-zu-pai-cheng-zui-xiao-de-shu-lcof
240. 搜索二维矩阵 II 1 https://leetcode-cn.com/problems/search-a-2d-matrix-ii
23. 合并K个排序链表 1 https://leetcode-cn.com/problems/merge-k-sorted-lists
9. 回文数 1 https://leetcode-cn.com/problems/palindrome-number
剑指 Offer 10- I. 斐波那契数列 1 https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof
26. 删除排序数组中的重复项 1 https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array
283. 移动零 1 https://leetcode-cn.com/problems/move-zeroes
88. 合并两个有序数组 1 https://leetcode-cn.com/problems/merge-sorted-array
34. 在排序数组中查找元素的第一个和最后一个位置 1 https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array
125. 验证回文串 1 https://leetcode-cn.com/problems/valid-palindrome
28. 实现 strStr() 1 https://leetcode-cn.com/problems/implement-strstr
206. 反转链表 1 https://leetcode-cn.com/problems/reverse-linked-list
101. 对称二叉树 1 https://leetcode-cn.com/problems/symmetric-tree
167. 两数之和 II - 输入有序数组 1 https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted
32. 最长有效括号 1 https://leetcode-cn.com/problems/longest-valid-parentheses
15. 三数之和 1 https://leetcode-cn.com/problems/3sum