Shirlies
宁静专注认真的程序媛~
07 2016 档案
leetcode-【中等题】2. Add Two Numbers
摘要:题目 You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing 阅读全文
posted @ 2016-07-20 20:36 Shirlies 阅读(245) 评论(0) 推荐(0) 编辑
leetcode-【中等题】228. Summary Ranges
摘要:题目: 228. Summary Ranges 228. Summary Ranges Given a sorted integer array without duplicates, return the summary of its ranges. For example, given [0,1 阅读全文
posted @ 2016-07-16 15:20 Shirlies 阅读(337) 评论(0) 推荐(0) 编辑
leetcode-【hard】273. Integer to English Words
摘要:题目: 273. Integer to English Words Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 阅读全文
posted @ 2016-07-16 13:17 Shirlies 阅读(380) 评论(0) 推荐(1) 编辑
leetcode-【简单题】Happy Number
摘要:题目: Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any positive in 阅读全文
posted @ 2016-07-11 09:00 Shirlies 阅读(587) 评论(0) 推荐(0) 编辑
leetcode-【中等题】Divide Two Integers
摘要:题目 Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT 链接 https://leetcode.com/problems/div 阅读全文
posted @ 2016-07-09 13:54 Shirlies 阅读(427) 评论(1) 推荐(1) 编辑