
LeetCode
文章平均质量分 57
Blank_spaces
这个作者很懒,什么都没留下…
展开
-
【LeetCode】String to Integer (atoi)(java)
Question: Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible in原创 2017-08-09 21:09:10 · 291 阅读 · 0 评论 -
【LeetCode】 Longest Substring Without Repeating Characters(Java)
Question:Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "b", wi原创 2017-07-31 21:51:54 · 297 阅读 · 0 评论 -
【LeetCode】Next Permutation(查找下一个排列组合)
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arrangement is not possible, it must rearrange it as the lowest possible orde原创 2017-12-30 15:04:29 · 967 阅读 · 0 评论