Tag: PHP
702 total results found
Leetcode PHP题解--D21 344. Reverse String
344. Reverse String 题目链接 344. Reverse String 题目分析 题目要求以O(1)时间复杂度把字...
Leetcode PHP题解--D20 557. Reverse Words in a String III
557. Reverse Words in a String III 题目链接 557. Reverse Words in a St...
Leetcode PHP题解--D19 867. Transpose Matrix
867. Transpose Matrix 题目链接 867. Transpose Matrix 题目分析 这个题目比较简单,就是矩...
Leetcode之PHP版题目解析(204. Count Primes)
2019-3-29 星期五 开始吧 上一题链接 Leetcode之PHP版题目解析(189. Rotate Array) ...
Leetcode PHP题解--D18 908. Smallest Range I
908. Smallest Range I 题目链接 908. Smallest Range I 题目分析 给定一个数组A和一个数字...
Leetcode PHP题解--D17 883. Projection Area of 3D Shapes
883. Projection Area of 3D Shapes 题目链接 883. Projection Area of 3D ...
Leetcode之PHP版题目解析(189. Rotate Array)
2019-3-27 星期三 开始吧 上一题链接 Leetcode之PHP版题目解析(172. Factorial Trail...
Leetcode PHP题解--D16 922. Sort Array By Parity II
922. Sort Array By Parity II 题目链接 922. Sort Array By Parity II 题目分...
Leetcode No.268 Missing Number(缺失数字)
题目链接: Leetcode No.268 Missing Number (缺失数字) 给定一个包含 0, 1, 2, ...,...
Leetcode之PHP版题目解析(172. Factorial Trailing Zeroes)
2019-3-26 星期二 开始吧 今天搭了一天的office web apps,搭了一半(实在是麻烦),之前用的是offi...
Leetcode PHP题解--D15 509. Fibonacci Number
509. Fibonacci Number 题目链接 509. Fibonacci Number 题目分析 斐波那契数列应该不用我多...
Leetcode之PHP版题目解析(169. Majority Element)
2019-3-25 星期一 开始吧 上一题链接 Leetcode之PHP版题目解析(168. Excel Sheet Colum...
Leetcode PHP题解--D14 561. Array Partition I
561. Array Partition I 题目链接 561. Array Partition I 题目分析 本题给了一个数组,要...
Leetcode PHP题解--D13 627. Swap Salary
627. Swap Salary 题目链接 627. Swap Salary 题目分析 本题是一个SQL题。 题目要求对调用户性别。...
Leetcode之PHP版题目解析(168. Excel Sheet Column Title)
2019-3-23 星期六 开始吧 上一题链接 Leetcode之PHP版题目解析(167. Two Sum II - Inpu...