
LeetCode
xn_28
这个作者很懒,什么都没留下…
展开
-
【算法题】Leedcode 335. Self Crossing 自交问题
链接:https://leetcode.com/problems/self-crossing/解法参考:http://www.cnblogs.com/grandyang/p/5216856.html题目:You are given an array x of n positive numbers. You start at point (0,0) and m原创 2016-05-12 14:31:43 · 498 阅读 · 0 评论 -
【算法题】Leetcode 268. Missing Number 获取空缺数字
题目链接:https://leetcode.com/problems/missing-number/题目Given an array containing n distinct numbers taken from 0, 1, 2, …, n, find the one that is missing from the array.For example, Given nums = [0, 1,原创 2016-06-15 10:30:40 · 437 阅读 · 0 评论 -
【算法题】Leedcode 273. Integer to English Words 用英文表示数字
题目链接:https://leetcode.com/problems/integer-to-english-words/题目Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 2^31 - 1. For example, 1原创 2016-06-15 17:37:02 · 627 阅读 · 0 评论 -
【算法题】Leedcode 72
题目链接: https://leetcode.com/problems/edit-distance/解法参考: http://www.bubuko.com/infodetail-644271.htmlhttp://blog.sina.com.cn/s/blog_6f611c300101f72q.htmlhttp://blog.youkuaiyun.com/feliciafay/article/de原创 2016-05-26 11:29:19 · 641 阅读 · 0 评论