自学内容网 自学内容网

leetcode 50个简单和中等难度的题

简单难度题目(25个)

  1. 两数之和 (Two Sum)
  2. 有效的括号 (Valid Parentheses)
  3. 罗马数字转整数 (Roman to Integer)
  4. 最长公共前缀 (Longest Common Prefix)
  5. 合并两个有序链表 (Merge Two Sorted Lists)
  6. 移除链表元素 (Remove Linked List Elements)
  7. 实现strStr() (Implement strStr())
  8. 搜索插入位置 (Search Insert Position)
  9. 最大子序和 (Maximum Subarray)
  10. 加一 (Plus One)
  11. 二进制求和 (Add Binary)
  12. 链表中的节点每k个一组翻转 (Reverse K Group)
  13. 合并两个有序数组 (Merge Sorted Array)
  14. 相同的树 (Same Tree)
  15. 对称二叉树 (Symmetric Tree)
  16. 二叉树的最大深度 (Maximum Depth of Binary Tree)
  17. 平衡二叉树 (Balanced Binary Tree)
  18. 将有序数组转换为二叉搜索树 (Convert Sorted Array to Binary Search Tree)
  19. 斐波那契数列 (Fibonacci Sequence)
  20. 杨辉三角 (Pascal's Triangle)
  21. 杨辉三角 II (Pascal's Triangle II)
  22. 买卖股票的最佳时机 (Best Time to Buy and Sell Stock)
  23. 买卖股票的最佳时机 II (Best Time to Buy and Sell Stock II)
  24. 验证回文字符串 (Valid Palindrome)
  25. 字符串转换整数 (String to Integer (atoi))

中等难度题目(25个)

  1. 三数之和 (3Sum)
  2. 盛最多水的容器 (Container With Most Water)
  3. 最长回文子串 (Longest Palindromic Substring)
  4. 数组中的第K个最大元素 (Kth Largest Element in an Array)
  5. 合并区间 (Merge Intervals)
  6. 不同路径 (Unique Paths)
  7. 不同路径 II (Unique Paths II)
  8. 最小路径和 (Minimum Path Sum)
  9. 搜索二维矩阵 (Search a 2D Matrix)
  10. 完全平方数 (Perfect Squares)
  11. 三角形最小路径和 (Triangle)
  12. 最长连续递增子序列 (Longest Continuous Increasing Subsequence)
  13. 打家劫舍 (House Robber)
  14. 打家劫舍 II (House Robber II)
  15. 全排列 (Permutations)
  16. 全排列 II (Permutations II)
  17. 旋转图像 (Rotate Image)
  18. 组合总和 (Combination Sum)
  19. 组合总和 II (Combination Sum II)
  20. 子集 (Subsets)
  21. 子集 II (Subsets II)
  22. 单词搜索 (Word Search)
  23. 最大正方形 (Maximal Square)
  24. 简化路径 (Simplify Path)
  25. 翻转二叉树 (Invert Binary Tree)

原文地址:https://blog.csdn.net/wfei101/article/details/143987960

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!