原题地址:https://oj.leetcode.com/problems/factorial-trailing-zeroes/题目内容:Given an integern, return the number of trailing zeroes inn!.Note:Your solution s...
分类:
其他好文 时间:
2015-01-20 00:49:43
阅读次数:
182
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/longest-common-prefix/14: Longest Common PrefixWrite a fu...
分类:
编程语言 时间:
2015-01-19 20:39:03
阅读次数:
205
Data Structures 基本数据结构Dictionaries 字典Priority Queues 堆Graph Data Structures 图Set Data Structures 集合Kd-Trees 线段树Numerical Problems 数值问题Solving Linear E...
分类:
其他好文 时间:
2015-01-19 14:10:41
阅读次数:
312
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/roman-to-integer/Roman to IntegerGiven a roman numeral, c...
分类:
编程语言 时间:
2015-01-19 06:46:47
阅读次数:
172
AcknowledgmentsI would like to thank Jacob Kjome for reviewing early drafts of this document. His comments helped to clarify several important points....
分类:
其他好文 时间:
2015-01-19 00:11:04
阅读次数:
390
https://oj.leetcode.com/problems/longest-substring-without-repeating-characters/Given a string, find the length of the longest substring without repea...
分类:
其他好文 时间:
2015-01-18 23:57:54
阅读次数:
264
https://oj.leetcode.com/problems/add-two-numbers/You are given two linked lists representing two non-negative numbers. The digits are stored in revers...
分类:
其他好文 时间:
2015-01-18 21:08:18
阅读次数:
243
http://ttlnews.blogspot.com/2010/01/attacking-memory-problems-on-android.html这篇文章是2010年1月份写的,其中有些已经不适合现在的Android机制了我将内存问题分为两种:OOM和堆栈溢出一个Android进程可以分配的...
分类:
移动开发 时间:
2015-01-18 14:19:51
阅读次数:
233
原题地址:https://oj.leetcode.com/problems/dungeon-game/题目内容:The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a du...
分类:
其他好文 时间:
2015-01-18 14:17:14
阅读次数:
159
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'https://oj.leetcode.com/problems/integer-to-roman/Integer to RomanGiven an integer, conver...
分类:
编程语言 时间:
2015-01-18 07:04:05
阅读次数:
194