最新 最热

Dynamic Programming - 62. Unique Paths

A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).

2020-09-23
1

String - 12. Integer to Roman

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.

2020-09-23
1

String - 273. Integer to English Words

Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1.

2020-09-23
1

Palindrome - 9. Palindrome Number

Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward.

2020-09-23
1

String - 186. Reverse Words in a String II

Given an input character array, reverse the array word by word. A word is defined as a sequence of non-space characters.

2020-09-23
1

String - 179. Largest Number

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

2020-09-23
1

String - 38. Count and Say

The count-and-say sequence is the sequence of integers with the first five terms as following:

2020-09-23
1

String - 168. Excel Sheet Column Title

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

2020-09-23
1

String - 171. Excel Sheet Column Number

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

2020-09-23
1

String - 13. Roman to Integer

Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.

2020-09-23
1