码迷,mamicode.com
首页 >  
搜索关键字:assume    ( 1858个结果
LeetCode 7: Reverse Integer
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
LeetCode 5: Longest Palindromic Substring
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
[LeetCode] 1. Two Sum_Easy tag: Hash Table
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
Leetcode 1. Two Sum (Easy)
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
Friendship POJ - 1815 基本建图
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
5. Longest Palindromic Substring 返回最长的回文子串
[抄题]: 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
[LeetCode] 1. Two Sum
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
195 Tenth Line
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忽略文件
git update-index –assume-unchanged –path 可以忽略文件 git update-index –no-assume-unchanged –path 可以取消忽略文件 ...
分类:其他好文   时间:2018-07-11 15:09:31    阅读次数:118
1. Two Sum
"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
1858条   上一页 1 ... 28 29 30 31 32 ... 186 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!