Tag: leetcode
248 total results found
Leetcode PHP题解--D43 589. N-ary Tree Preorder Traversal
589. N-ary Tree Preorder Traversal 题目链接 589. N-ary Tree Preorder T...
Leetcode基础刷题之PHP解析(350,371)
2019-4-25 星期四 开始吧 上一篇链接 Leetcode基础刷题之PHP解析(342,344,349) 题目描述 ...
Leetcode PHP题解--D42 559. Maximum Depth of N-ary Tree
559. Maximum Depth of N-ary Tree 题目链接 559. Maximum Depth of N-ary ...
Leetcode基础刷题之PHP解析(342,344,349)
题外话:最近身体越来越差了,提醒各位:注意休息注意休息注意休息!!!。 2019-4-23 星期三 开始吧 今天还是3题。 ...
Leetcode PHP题解--D41 104. Maximum Depth of Binary Tree
104. Maximum Depth of Binary Tree 题目链接 104. Maximum Depth of Binar...
Leetcode基础刷题之PHP解析(292,303,326)
2019-4-23 星期二 开始吧 今天做的题目都挺简单的,索性直接3篇一起发,省的浪费文章数。别怪我跳题,不是因为hard就是...
Leetcode PHP题解--D40 412. Fizz Buzz
412. Fizz Buzz 题目链接 412. Fizz Buzz 题目分析 这个题目也很简单。 从1逐个输出到给定数组,但逢3输...
Leetcode基础刷题之PHP解析(290. Word Pattern)
2019-4-22 星期一 开始吧 上一题链接 Leetcode基础刷题之PHP解析(283. Move Zeroes) ...
Leetcode基础刷题之PHP解析(290. Word Pattern)
2019-4-22 星期一 开始吧 上一题链接 Leetcode基础刷题之PHP解析(283. Move Zeroes) ...
Leetcode PHP题解--D39 575. Distribute Candies
575. Distribute Candies 题目链接 575. Distribute Candies 题目分析 给定一个偶数长度...
Leetcode PHP题解--D38 463. Island Perimeter
463. Island Perimeter 题目链接 463. Island Perimeter 题目分析 给定一个二维数组,代表一...
Leetcode PHP题解--D37 682. Baseball Game
682. Baseball Game 题目链接 682. Baseball Game 题目分析 给定一个字符串数组,每一个字符串有以...
Leetcode基础刷题之PHP解析(283. Move Zeroes)
2019-4-19 星期五 开始吧 上一题链接 Leetcode基础刷题之PHP解析(268. Missing Number) ...
Leetcode PHP题解--D36 811. Subdomain Visit Count
811. Subdomain Visit Count 题目链接 811. Subdomain Visit Count 题目分析 题目...
Leetcode PHP题解--D35 876. Middle of the Linked List
876. Middle of the Linked List 题目链接 876. Middle of the Linked List...