最新 最热

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 0241 - Different Ways to Add Parentheses

Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. The valid op...

2021-08-11
1

LeetCode 0318 - Maximum Product of Word Lengths

Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share common letters. You may assume that eac...

2021-08-11
1

LeetCode 0282 - Expression Add Operators

Given a string that contains only digits 0-9 and a target value, return all possibilities to add binary operators (not unary) +, -, or * between the digits so t...

2021-08-11
1

LeetCode 1117 - Building H2O

There are two kinds of threads, oxygen and hydrogen. Your goal is to group these threads to form water molecules. There is a barrier where each thread has to wa...

2021-08-11
1

LeetCode 0097 - Interleaving String

Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.

2021-08-11
1

LeetCode 0065 - Valid Number

Note: It is intended for the problem statement to be ambiguous. You should gather all requirements up front before implementing one.

2021-08-11
1

LeetCode 0038 - Count and Say

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

2021-08-11
1

LeetCode 0017 - Letter Combinations of a Phone Number

Given a digit string, return all possible letter combinations that the number could represent.

2021-08-11
1

Android udp json+数组 --->bytes发送数据

String / int(float)/bool / null / object

2021-07-30
1