标签:LeetCode
Given a 2D board containing ‘X’ and ‘ […]
Given an integer n, generate all structurally uniq […]
Given n, how many structurally unique BSTR […]
Given a binary tree, return the level order t […]
Given a binary tree, find its maximum depth. The maximu […]
Invert a binary tree. Example: Input: 4 / \ 2 7 / \ / \ […]
Count the number of prime numbers less than a non-negat […]
Given an integer n, return the number of trailing […]
Say you have an array prices for which the&n […]
Say you have an array for which the ith eleme […]
Given n points on a 2D plane, find the maximu […]
Given an integer matrix, find the length of the longest […]
Implement a trie with insert, search, and startsWith me […]
Given a binary tree, check whether it is a mirror of it […]
You are given coins of different denominations and a to […]