倪春恩的博客
08
12
lc-94 lc-94
//Given the root of a binary tree, return the inorder traversal of its nodes' va //lues. // // // Example 1: // // /
2022-08-12
11
lc-91 lc-91
//A message containing letters from A-Z can be encoded into numbers using the fo //llowing mapping: // // //'A' ->
2022-08-11
10
lc-88 lc-88
//You are given two integer arrays nums1 and nums2, sorted in non-decreasing ord //er, and two integers m and n, represe
2022-08-10
09
lc-84 lc-84
//Given an array of integers heights representing the histogram's bar height whe //re the width of each bar is 1, return
2022-08-09
08
lc-79 lc-79
//Given an m x n grid of characters board and a string word, return true if word // exists in the grid. // // The word
2022-08-08
05
lc-78 lc-78
//Given an integer array nums of unique elements, return all possible subsets (t //he power set). // // The solution se
2022-08-05
04
lc-76 lc-76
//Given two strings s and t of lengths m and n respectively, return the minimum //window substring of s such that every
2022-08-04
03
lc-75 lc-75
//Given an array nums with n objects colored red, white, or blue, sort them in-p //lace so that objects of the same colo
2022-08-03
02
lc-73 lc-73
//Given an m x n integer matrix matrix, if an element is 0, set its entire row a //nd column to 0's. // // You must do
2022-08-02
01
lc-70 lc-70
//You are climbing a staircase. It takes n steps to reach the top. // // Each time you can either climb 1 or 2 steps. I
2022-08-01
2 / 2