最新 最热

LeetCode 0202 - Happy Number

Write an algorithm to determine if a number is “happy”.

2021-08-11
1

LeetCode 0190 - Reverse Bits

Reverse bits of a given 32 bits unsigned integer.

2021-08-11
1

LeetCode 0191 - Number of 1 Bits

Write a function that takes an unsigned integer and returns the number of ‘1’ bits it has (also known as the Hamming weight).

2021-08-11
1

LeetCode 0178 - Rank Scores

Write a SQL query to rank scores. If there is a tie between two scores, both should have the same ranking. Note that after a tie, the next ranking number should...

2021-08-11
1

LeetCode 0179 - Largest Number

Given a list of non negative integers, arrange them such that they form the largest number.

2021-08-11
1

LeetCode 0164 - Maximum Gap

Given an unsorted array, find the maximum difference between the successive elements in its sorted form.

2021-08-11
1

LeetCode 0168 - Excel Sheet Column Title

Given a positive integer, return its corresponding column title as appear in an Excel sheet.

2021-08-11
0

LeetCode 0172 - Factorial Trailing Zeroes

Given an integer n, return the number of trailing zeroes in n!.

2021-08-11
1

LeetCode 0150 - Evaluate Reverse Polish Notation

Evaluate the value of an arithmetic expression in Reverse Polish Notation.

2021-08-11
1

LeetCode 0152 - Maximum Product Subarray

Given an integer array nums, find the contiguous subarray within an array (containing at least one number) which has the largest product.

2021-08-11
0