Tag: leetcode
248 total results found
Leetcode PHP题解--D126 717. 1-bit and 2-bit Characters
题目链接 717. 1-bit and 2-bit Characters 题目分析 这道题目的描述很难懂,我看了Discuss...
Leetcode PHP题解--D125 107. Binary Tree Level Order Traversal II
题目链接 107. Binary Tree Level Order Traversal II 题目分析 给定一个二叉树,把同一...
Leetcode PHP题解--D124 1175. Prime Arrangements
题目链接 1175. Prime Arrangements 题目分析 这道题,给一个数字n,生成一个从1到n的数组,有多少种排...
Leetcode PHP题解--D123 661. Image Smoother
D123 661. Image Smoother 题目链接 661. Image Smoother 题目分析 给定一个二维数...
Leetcode PHP题解--D122 1154. Day of the Year
题目链接 1154. Day of the Year 题目分析 这道题目比较简单,给定YYYY-MM-DD格式的日期,返回这一...
Leetcode PHP题解--D121 21. Merge Two Sorted Lists
题目链接 21. Merge Two Sorted Lists 题目分析 合并两个有序链表。 思路 逐个遍历两个链表,把小...
Leetcode PHP题解--D120 830. Positions of Large Groups
题目链接 830. Positions of Large Groups 题目分析 给定一个字符串,返回相同字母连续出现次数超过...
Leetcode PHP题解--D119 704. Binary Search
题目链接 704. Binary Search 题目分析 有序数组的二分查找。 思路 这个不用多说了,很基础的题目了。 ...
Leetcode PHP题解--D118 350. Intersection of Two Arrays II
D118 350. Intersection of Two Arrays II 题目链接 350. Intersection o...
Leetcode基础刷题之PHP解析(147. Insertion Sort List)
2019-9-11 星期三 开始吧 上一题链接Leetcode基础刷题之PHP解析(146. LRU Cache) 题目...
Leetcode基础刷题之PHP解析(147. Insertion Sort List)
2019-9-11 星期三 开始吧 上一题链接Leetcode基础刷题之PHP解析(146. LRU Cache) 题目...
Leetcode基础刷题之PHP解析(146. LRU Cache)
Github整理地址:https://github.com/wuqinqiang/leetcode-php 上一题链接Leetco...
Leetcode基础刷题之PHP解析(143. Reorder List)
2019-9-9 星期一 开始吧 上一题链接Leetcode基础刷题之PHP解析(139. Word Break) ...
Leetcode基础刷题之PHP解析(139. Word Break)
2019-9-5 星期四 开始吧 毕业一年 回家参加高中同学婚礼,给我三个感觉。 一个小伙伴大概经历了人生大事,性格...
Leetcode PHP题解--D117 599. Minimum Index Sum of Two Lists
D117 599. Minimum Index Sum of Two Lists 题目链接 599. Minimum Index S...