最新 最热

LeetCode 0274 - H-Index

Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher’s h-index.

2021-08-11
1

LeetCode 0275 - H-Index II

Given an array of citations sorted in ascending order (each citation is a non-negative integer) of a researcher, write a function to compute the researcher’s h-...

2021-08-11
1

LeetCode 0349 - Intersection of Two Arrays

Given two arrays, write a function to compute their intersection.

2021-08-11
0

LeetCode 0334 - Increasing Triplet Subsequence

Given an unsorted array return whether an increasing subsequence of length 3 exists or not in the array.

2021-08-11
1

LeetCode 0338 - Counting Bits

Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1’s in their binary representation and return them...

2021-08-11
1

LeetCode 0367 - Valid Perfect Square

Given a positive integer num, write a function which returns True if num is a perfect square else False.

2021-08-11
1

LeetCode 0342 - Power of Four

Given an integer (signed 32 bits), write a function to check whether it is a power of 4.

2021-08-11
0

LeetCode 0322 - Coin Change

You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make ...

2021-08-11
0

LeetCode 0326 - Power of Three

Given an integer, write a function to determine if it is a power of three.

2021-08-11
1

LeetCode 0396 - Rotate Function

Given an array of integers A and let n to be its length.

2021-08-11
1