
算法相关
仰望星空_lmh
技术积累,非常重要,学识、修养、心态、格局和财富一起,才是综合衡量一个人的指标,延长努力,延迟享受,某些东西经过时间的沉淀才会觉得物有所值!虽卑微如蝼蚁,日拱一卒也是莫大的力量;身处铁屋暗室,心中亦可光明如日月之炳炳。不忘初心,砥砺前进,努力让现实社会变得更美好!~
展开
-
Leetcode_1~10
第一题: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 exactly one solution.例如:Given nums = [2转载 2016-10-10 23:22:53 · 285 阅读 · 0 评论 -
3.Longest Substring Without Repeating Characters
不积硅步,无以成千里;不积小流,无以成江海,重拾leetcode,刷题~3.Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters.Example 1:Input: "abcabcbb...原创 2019-01-02 22:31:11 · 140 阅读 · 0 评论