Tag: leetcode
248 total results found
Leetcode基础刷题之PHP解析(22. Generate Parentheses)
2019-6-4 星期二 开始吧 上一题链接Leetcode基础刷题之PHP解析(17. Letter Combinations o...
Leetcode PHP题解--D79 448. Find All Numbers Disappeared in an Array
D79 448. Find All Numbers Disappeared in an Array 题目链接 448. Find A...
Leetcode基础刷题之PHP解析(17. Letter Combinations of a Phone Number)
2019-6-3 星期一 开始吧 之前把Leetcode上关于二叉树整理出了14道经典题目,如果面试写不出来,那麻烦你手写一个红黑...
Leetcode PHP题解--D78 206. Reverse Linked List
D78 206. Reverse Linked List 题目链接 206. Reverse Linked List 题目分析 给定...
Leetcode PHP题解--D77 812. Largest Triangle Area
D77 812. Largest Triangle Area 题目链接 812. Largest Triangle Area 题目分...
Leetcode PHP题解--D76 993. Cousins in Binary Tree
D76 993. Cousins in Binary Tree 题目链接 993. Cousins in Binary Tree 题...
Leetcode树的层次遍历之PHP解析(102. Binary Tree Level Order Traversal)
2019-5-30 星期四 开始吧 这周想把之前的关于树的题目总结一下 。 上一题链接Leetcode基础刷题之PHP解析(119....
Leetcode PHP题解--D75 706. Design HashMap
D75 706. Design HashMap 题目链接 706. Design HashMap 题目分析 自行设计一个hashma...
Leetcode基础刷题之PHP解析(119. Pascal's Triangle II)
2019-5-29 星期三 开始吧 如果当前没有针对性的话,那就从头把之前补上。 上一题链接Leetcode基础刷题之PHP解析(1...
Leetcode PHP题解--D74 999. Available Captures for Rook
D74 999. Available Captures for Rook 题目链接 999. Available Captures ...
Leetcode PHP题解--D73 389. Find the Difference
D73 389. Find the Difference 题目链接 389. Find the Difference 题目分析 给定...
Leetcode基础刷题之PHP解析(118. Pascal's Triangle)
2019-5-28 星期二 开始吧 如果当前没有针对性的话,那就从头把之前补上。 上一题链接Leetcode基础刷题之PHP解析(...
Leetcode基础刷题之PHP解析(66. Plus One)
2019-5-27 星期一 开始吧 如果当前没有针对性的话,那就把之前没刷的从头补上,建议那些做题的人一定要分类刷,比如专门一段时...
Leetcode PHP题解--D72 349. Intersection of Two Arrays
D72 349. Intersection of Two Arrays 题目链接 349. Intersection of Two ...
Leetcode动态规划之PHP解析(72. Edit Distance)
2019-5-26 星期天 开始吧 这周四周五有事情没有更新 动态规划题系列最后一题 题目描述 给定两个字符串...