01 2015 档案
摘要:题目描述:Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example,...
阅读全文
摘要:题目描述:Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nod...
阅读全文
摘要:题目描述:Two SumGiven an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices o...
阅读全文
摘要:最近由于某些原因,这段时间走了很多“弯路”。与其说是“弯路”,不如说是不断在错误中成长。这段时间,总是在质疑自己。但是正因为去做了,才能够发现自己的不足,才能够发现自己真正想要的是什么。即使是走了弯路,也是能够获得经验的。大学有段时间,真的是如饥似渴地学习。但是不知道什么时候,这种状态消失了。前两天...
阅读全文