
LeetCode
文章平均质量分 85
Stephan14
这个作者很懒,什么都没留下…
展开
-
127.Word Ladder
昨天晚上在LeetCode随便选了一道题写会儿代码,选中了Word Ladder,这道题刚开始只是有一点思路,不知道具体往下怎么做,先看看题吗要求如下:Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequ原创 2016-03-31 11:07:23 · 862 阅读 · 0 评论 -
1.Two Sum
今晚看完天下足球之后,在leetcode上最一道题,于是选择了第一道题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 wou原创 2016-03-28 23:05:05 · 456 阅读 · 0 评论 -
179.Largest Number
近期开始在LeetCode上开始刷题,第一道题是Largest Number,题目内容如下:Given a list of non negative integers, arrange them such that they form the largest number.For example, given [3, 30, 34, 5, 9], the largest for原创 2016-03-27 14:34:09 · 527 阅读 · 0 评论