摘要:
package LeetCode_1365 import java.util.* /** * 1365. How Many Numbers Are Smaller Than the Current Number * https://leetcode.com/problems/how-many-num 阅读全文
摘要:
package LeetCode_333 import main.TreeNode /** * 333. Largest BST Subtree * Given a binary tree, find the largest subtree which is a Binary Search Tree 阅读全文
摘要:
package LeetCode_98 import main.TreeNode /** * 98. Validate Binary Search Tree * https://leetcode.com/problems/validate-binary-search-tree/description 阅读全文
摘要:
package LeetCode_663 import main.TreeNode import java.util.* /** * 663. Equal Tree Partition * (locked by leetcode) * https://www.lintcode.com/problem 阅读全文
摘要:
package LeetCode_814 /** * 814. Binary Tree Pruning * https://leetcode.com/problems/binary-tree-pruning/description/ * * We are given the head node ro 阅读全文
摘要:
package LeetCode_50 /** * 50. Pow(x, n) * https://leetcode.com/problems/powx-n/description/ * * Implement pow(x, n), which calculates x raised to the 阅读全文