标签: leetcode
-
leetcode讲解–515. Find Largest Value in Each Tree Row
You need to find the largest value in each row of a bin…
-
889. Construct Binary Tree from Preorder and Postorder Traversal
Return any binary tree that matches the given preorder …
-
leetcode讲解762.Prime Number of Set Bits in Binary Representation
Given two integers L and R, find the count of numbers i…
-
leetcode讲解–693. Binary Number with Alternating Bits
Given a positive integer, check whether it has alternat…
-
970-强整数
给定两个非负整数 x 和 y,如果某一整数等于 x^i + y^j,其中整数 i >= 0 且 j &g…
-
leetcode讲解–937. Reorder Log Files
You have an array of logs. Each log is a space delimite…
-
leetcode讲解–739. Daily Temperatures
Given a list of daily temperatures T, return a list suc…
-
leetcode讲解–637. Average of Levels in Binary Tree
Given a non-empty binary tree, return the average value…
-
刷题笔记
{代码…}
-
leetcode讲解–429. N-ary Tree Level Order Traversal
Given an n-ary tree, return the level order traversal o…