Tag: 算法
237 total results found
Leetcode PHP题解--D87 705. Design HashSet
D87 705. Design HashSet 题目链接 705. Design HashSet 题目分析 设计一个哈希类。 需要有...
Leetcode PHP题解--D86 748. Shortest Completing Word
D86 748. Shortest Completing Word 题目链接 748. Shortest Completing Wo...
Leetcode PHP题解--D85 242. Valid Anagram
D85 242. Valid Anagram 题目链接 242. Valid Anagram 题目分析 判断给定的两个单词是否同构。...
Leetcode PHP题解--D84 371. Sum of Two Integers
D84 371. Sum of Two Integers 题目链接 371. Sum of Two Integers 题目分析 相加...
Leetcode PHP题解--D83 169. Majority Element
D83 169. Majority Element 题目链接 169. Majority Element 题目分析 给定一个数组,返...
Leetcode PHP题解--D82 13. Roman to Integer
D82 13. Roman to Integer 题目链接 13. Roman to Integer 题目分析 将给定的罗马数字转换...
Leetcode PHP题解--D81 520. Detect Capital
D81 520. Detect Capital 题目链接 520. Detect Capital 题目分析 给定一个单词,判断其使用...
Leetcode PHP题解--D80 182. Duplicate Emails
D80 182. Duplicate Emails 题目链接 182. Duplicate Emails 题目分析 写出 查找表中重...
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题解--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...