最新 最热

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 - 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
0

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

Array - 164. Maximum Gap

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

2020-09-23
1

Array - 53. Maximum Subarray

Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.

2020-09-23
1

Array - 152. 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.

2020-09-23
1

Array - 88. Merge Sorted Array

Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.

2020-09-23
1

Array - 283. Move Zeroes

Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.

2020-09-23
1

Array - 217. Contains Duplicate

Given an array of integers, find if the array contains any duplicates.

2020-09-23
1