Description: Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an environm ...
分类:
其他好文 时间:
2018-08-16 17:36:23
阅读次数:
137
Description: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: ...
分类:
其他好文 时间:
2018-08-14 18:55:16
阅读次数:
148
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-08-10 13:14:34
阅读次数:
124
Description Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input w ...
分类:
其他好文 时间:
2018-08-05 10:29:34
阅读次数:
134
In modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone. You can assume ...
分类:
其他好文 时间:
2018-08-03 19:44:46
阅读次数:
156
[抄题]: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: [暴力解法] ...
分类:
其他好文 时间:
2018-07-29 12:55:39
阅读次数:
120
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-07-25 14:34:35
阅读次数:
146
Given a text file file.txt, print just the 10th line of the file. Example: Assume that file.txt has the following content: Your script should output t ...
分类:
其他好文 时间:
2018-07-12 19:53:42
阅读次数:
176
git update-index –assume-unchanged –path 可以忽略文件 git update-index –no-assume-unchanged –path 可以取消忽略文件 ...
分类:
其他好文 时间:
2018-07-11 15:09:31
阅读次数:
118
"1. Two Sum" Description Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that ...
分类:
其他好文 时间:
2018-07-07 22:14:55
阅读次数:
158