leetcode通过题目汇总

本文爬取leetcode网页,然后通过程序自动生成(git地址以后;、完善)。

题目题目地址题目难度git地址
5809 长度为 3 的不同回文子序列https://leetcode-cn.com/problems/unique-length-3-palindromic-subsequences/中等
5808 数组串联https://leetcode-cn.com/problems/concatenation-of-array/简单
274 H 指数https://leetcode-cn.com/problems/h-index/中等
92 反转链表 IIhttps://leetcode-cn.com/problems/reverse-linked-list-ii/中等
981 基于时间的键值存储https://leetcode-cn.com/problems/time-based-key-value-store/中等
89 格雷编码https://leetcode-cn.com/problems/gray-code/中等
50 Pow(x, n)https://leetcode-cn.com/problems/powx-n/中等
82 删除排序链表中的重复元素 IIhttps://leetcode-cn.com/problems/remove-duplicates-from-sorted-list-ii/中等
71 简化路径https://leetcode-cn.com/problems/simplify-path/中等
81 搜索旋转排序数组 IIhttps://leetcode-cn.com/problems/search-in-rotated-sorted-array-ii/中等
86 分隔链表https://leetcode-cn.com/problems/partition-list/中等
80 删除有序数组中的重复项 IIhttps://leetcode-cn.com/problems/remove-duplicates-from-sorted-array-ii/中等
26 删除有序数组中的重复项https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/简单
面试题 17.10 主要元素https://leetcode-cn.com/problems/find-majority-element-lcci/简单
64 最小路径和https://leetcode-cn.com/problems/minimum-path-sum/中等
77 组合https://leetcode-cn.com/problems/combinations/中等
75 颜色分类https://leetcode-cn.com/problems/sort-colors/中等
63 不同路径 IIhttps://leetcode-cn.com/problems/unique-paths-ii/中等
62 不同路径https://leetcode-cn.com/problems/unique-paths/中等
57 插入区间https://leetcode-cn.com/problems/insert-interval/中等
48 旋转图像https://leetcode-cn.com/problems/rotate-image/中等
1418 点菜展示表https://leetcode-cn.com/problems/display-table-of-food-orders-in-a-restaurant/中等
73 矩阵置零https://leetcode-cn.com/problems/set-matrix-zeroes/中等
74 搜索二维矩阵https://leetcode-cn.com/problems/search-a-2d-matrix/中等
59 螺旋矩阵 IIhttps://leetcode-cn.com/problems/spiral-matrix-ii/中等
78 子集https://leetcode-cn.com/problems/subsets/中等
6 Z 字形变换https://leetcode-cn.com/problems/zigzag-conversion/中等
61 旋转链表https://leetcode-cn.com/problems/rotate-list/中等
18 四数之和https://leetcode-cn.com/problems/4sum/中等
16 最接近的三数之和https://leetcode-cn.com/problems/3sum-closest/中等
56 合并区间https://leetcode-cn.com/problems/merge-intervals/中等
55 跳跃游戏https://leetcode-cn.com/problems/jump-game/中等
54 螺旋矩阵https://leetcode-cn.com/problems/spiral-matrix/中等
49 字母异位词分组https://leetcode-cn.com/problems/group-anagrams/中等
45 跳跃游戏 IIhttps://leetcode-cn.com/problems/jump-game-ii/中等
38 外观数列https://leetcode-cn.com/problems/count-and-say/中等
36 有效的数独https://leetcode-cn.com/problems/valid-sudoku/中等
34 在排序数组中查找元素的第一个和最后一个位置https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array/中等
33 搜索旋转排序数组https://leetcode-cn.com/problems/search-in-rotated-sorted-array/中等
1116 打印零与奇偶数https://leetcode-cn.com/problems/print-zero-even-odd/中等
1115 交替打印FooBarhttps://leetcode-cn.com/problems/print-foobar-alternately/中等
1114 按序打印https://leetcode-cn.com/problems/print-in-order/简单
114 二叉树展开为链表https://leetcode-cn.com/problems/flatten-binary-tree-to-linked-list/中等
120 三角形最小路径和https://leetcode-cn.com/problems/triangle/中等
47 全排列 IIhttps://leetcode-cn.com/problems/permutations-ii/中等
46 全排列https://leetcode-cn.com/problems/permutations/中等
31 下一个排列https://leetcode-cn.com/problems/next-permutation/中等
15 三数之和https://leetcode-cn.com/problems/3sum/中等
12 整数转罗马数字https://leetcode-cn.com/problems/integer-to-roman/中等
179 最大数https://leetcode-cn.com/problems/largest-number/中等
102 二叉树的层序遍历https://leetcode-cn.com/problems/binary-tree-level-order-traversal/中等
43 字符串相乘https://leetcode-cn.com/problems/multiply-strings/中等
24 两两交换链表中的节点https://leetcode-cn.com/problems/swap-nodes-in-pairs/中等
525 连续数组https://leetcode-cn.com/problems/contiguous-array/中等
145 二叉树的后序遍历https://leetcode-cn.com/problems/binary-tree-postorder-traversal/简单
94 二叉树的中序遍历https://leetcode-cn.com/problems/binary-tree-inorder-traversal/简单
144 二叉树的前序遍历https://leetcode-cn.com/problems/binary-tree-preorder-traversal/简单
134 加油站https://leetcode-cn.com/problems/gas-station/中等
22 括号生成https://leetcode-cn.com/problems/generate-parentheses/中等
40 组合总和 IIhttps://leetcode-cn.com/problems/combination-sum-ii/中等
39 组合总和https://leetcode-cn.com/problems/combination-sum/中等
17 电话号码的字母组合https://leetcode-cn.com/problems/letter-combinations-of-a-phone-number/中等
19 删除链表的倒数第 N 个结点https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list/中等
29 两数相除https://leetcode-cn.com/problems/divide-two-integers/中等
8 字符串转换整数 (atoi)https://leetcode-cn.com/problems/string-to-integer-atoi/中等
5 最长回文子串https://leetcode-cn.com/problems/longest-palindromic-substring/中等
11 盛最多水的容器https://leetcode-cn.com/problems/container-with-most-water/中等
2 两数相加https://leetcode-cn.com/problems/add-two-numbers/中等
3 无重复字符的最长子串https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/中等
32 最长有效括号https://leetcode-cn.com/problems/longest-valid-parentheses/困难
678 有效的括号字符串https://leetcode-cn.com/problems/valid-parenthesis-string/中等
7 整数反转https://leetcode-cn.com/problems/reverse-integer/简单
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值