码迷,mamicode.com
首页 >  
搜索关键字:problems    ( 6275个结果
【原创】leetCodeOj --- Factorial Trailing Zeroes 解题报告
原题地址: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
[LeetCode][Python]14: Longest Common Prefix
# -*- 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
[LeetCode][Python]Roman to Integer
# -*- 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
Taxonomy of class loader problems encountered when using Jakarta Commons Logging(转)
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
Longest Substring Without Repeating Characters
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
Add Two Numbers
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
Android内存泄漏监测(MAT)及解决办法
http://ttlnews.blogspot.com/2010/01/attacking-memory-problems-on-android.html这篇文章是2010年1月份写的,其中有些已经不适合现在的Android机制了我将内存问题分为两种:OOM和堆栈溢出一个Android进程可以分配的...
分类:移动开发   时间:2015-01-18 14:19:51    阅读次数:233
【原创】leetCodeOj --- Dungeon Game 解题报告
原题地址: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
[LeetCode][Python]Integer to Roman
# -*- 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!