标签: leetcode
-
leetcode讲解–942. DI String Match
Given a string S that only contains “I” (increase) or “…
-
leetcode讲解–814. Binary Tree Pruning
We are given the head node root of a binary tree, where…
-
leetcode讲解–890. Find and Replace Pattern
You have a list of words and a pattern, and you want to…
-
leetcode讲解–832. Flipping an Image
Given a binary matrix A, we want to flip the image hori…
-
leetcode讲解–944. Delete Columns to Make Sorted
We are given an array A of N lowercase letter strings, …
-
leetcode讲解–701. Insert into a Binary Search Tree
Given the root node of a binary search tree (BST) and a…
-
leetcode讲解–654. Maximum Binary Tree
Given an integer array with no duplicates. A maximum tr…
-
leetcode讲解–905. Sort Array By Parity
Given an array A of non-negative integers, return an ar…
-
leetcode讲解–950. Reveal Cards In Increasing Order
In a deck of cards, every card has a unique integer. Yo…
-
377. Combination Sum IV
有一个不包含重复值的正整数数组nums,问从数组中选择几个数,其和为target,这样的数的组合有几种?