最新 最热

既生瑜,何生亮!PP里,既有FIND,何有SEARCH?

在Power Pivot里,有两个很相近的函数,一个是FIND,一个是SEARCH,使用上也基本一样,比如:

2021-08-30
0

LeetCode 0162 - Find Peak Element

A peak element is an element that is greater than its neighbors.

2021-08-11
0

LeetCode 0153 - Find Minimum in Rotated Sorted Array

Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.

2021-08-11
0

LeetCode 0154 - Find Minimum in Rotated Sorted Array II

Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.

2021-08-11
0

LeetCode 0137 - Single Number II

Given a non-empty array of integers, every element appears three times except for one, which appears exactly once. Find that single one.

2021-08-11
1

LeetCode 0129 - Sum Root to Leaf Numbers

Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number.

2021-08-11
0

LeetCode 0223 - Rectangle Area

Find the total area covered by two rectilinear rectangles in a 2D plane.

2021-08-11
1

LeetCode 0214 - Shortest Palindrome

Given a string s, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can find by per...

2021-08-11
1

LeetCode 0215 - Kth Largest Element in an Array

Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.

2021-08-11
0

LeetCode 0216 - Combination Sum III

Find all possible combinations of k numbers that add up to a number n, given that only numbers from 1 to 9 can be used and each combination should be a unique s...

2021-08-11
0