Tag: leetcode
248 total results found
Leetcode PHP题解--D141 66. Plus One
D141 66. Plus One 题目链接 66. Plus One 题目分析 以数组形式给定一个整数,并以数组形式返回给...
Leetcode PHP题解--D140 58. Length of Last Word
D140 58. Length of Last Word 题目链接 58. Length of Last Word 题目分析 ...
Leetcode PHP题解--D139 38. Count and Say
D139 38. Count and Say 题目链接 38. Count and Say 题目分析 这道题有点裴波那切数列...
Leetcode PHP题解--D138 35. Search Insert Position
D138 35. Search Insert Position 题目链接 35. Search Insert Position ...
Leetcode PHP题解--D137 27. Remove Element
D137 27. Remove Element 题目链接 27. Remove Element 题目分析 给定一个数组和一个...
Leetcode PHP题解--D136 26. Remove Duplicates from Sorted Array
D136 26. Remove Duplicates from Sorted Array 题目链接 26. Remove Dup...
Leetcode PHP题解--D135 20. Valid Parentheses
D135 20. Valid Parentheses 题目链接 20. Valid Parentheses 题目分析 这道题...
Leetcode PHP题解--D134 14. Longest Common Prefix
D134 14. Longest Common Prefix 题目链接 14. Longest Common Prefix 题...
Leetcode PHP题解--D133 9. Palindrome Number
D133 9. Palindrome Number 题目链接 9. Palindrome Number 题目分析 这道题很简...
Leetcode PHP题解--D132 7. Reverse Integer
D132 7. Reverse Integer 题目链接 7. Reverse Integer 题目分析 这个题目比较简单,...
Leetcode PHP题解--D131 746. Min Cost Climbing Stairs
D131 746. Min Cost Climbing Stairs 题目链接 746. Min Cost Climbing S...
Leetcode PHP题解--D130 257. Binary Tree Paths
题目链接 257. Binary Tree Paths 题目分析 给定一个二叉树,返回所有子节点的路径。 解题思路 这道题...
Leetcode PHP题解--D129 836. Rectangle Overlap
题目链接 836. Rectangle Overlap 题目分析 给两个矩形的左下角和右上角的坐标,判断该矩形有没有重叠。边线...
Leetcode PHP题解--D128 202. Happy Number
题目链接 202. Happy Number 题目分析 这道题目不复杂,就是给定一个数字,把每一位拆开来算个平方再相加。一直加...
Leetcode PHP题解--D127 455. Assign Cookies
题目链接 455. Assign Cookies 题目分析 给定两个数组,第一个数组代表每个容器的容量,第二个数组代表每种物品...