参考资料:
http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk
http://serverfault.com/questions/442792/ubuntu-12-04-apt-get-install-ia32-libs-unmet-dependencies
http://my.oschina...
分类:
移动开发 时间:
2014-12-11 15:58:05
阅读次数:
211
好久没有耍代码了,手有点生,还有点痒,and 脑子有点锈。话说这个简单的东西,耍了我一个小时。
主要是最近很少碰代码。二是对python不熟悉,刚刚接触,但是顿时很热爱这个小蟒蛇。于是打算好好蹂躏它。
题目链接:https://oj.leetcode.com/problems/intersection-of-two-linked-lists/
我的思路是这样的。
首先没有循环,所以不用判断...
分类:
编程语言 时间:
2014-12-11 12:24:01
阅读次数:
229
原题地址:https://oj.leetcode.com/problems/jump-game-ii/题目内容:Given an array of non-negative integers, you are initially positioned at the first index of th...
分类:
其他好文 时间:
2014-12-09 19:10:31
阅读次数:
159
今日leetcode链表题全制霸原题地址:https://oj.leetcode.com/problems/sort-list/题目内容:Sort ListSort a linked list inO(nlogn) time using constant space complexity.方法:题目...
分类:
其他好文 时间:
2014-12-09 17:19:38
阅读次数:
162
设计并实现最近最久未使用(Least Recently Used)缓存。链接:https://oj.leetcode.com/problems/lru-cache/题目描述:Design and implement a data structure for Least Recently Used (...
分类:
系统相关 时间:
2014-12-09 15:32:34
阅读次数:
320
本栏目来源于对Coursera在线课程NLP(by Michael Collins)的理解。课程链接为:https://class.coursera.org/nlangp-0011. Tagging Problems1.1 POS Tagging问题描述Input:Profits soared at...
分类:
其他好文 时间:
2014-12-09 15:18:10
阅读次数:
254
题目地址:https://oj.leetcode.com/problems/intersection-of-two-linked-lists/题目内容:Write a program to find the node at which the intersection of two singly l...
分类:
其他好文 时间:
2014-12-08 19:22:13
阅读次数:
184
题目地址:https://oj.leetcode.com/problems/find-peak-element/题目内容:A peak element is an element that is greater than its neighbors.Given an input array wher...
分类:
其他好文 时间:
2014-12-08 17:37:32
阅读次数:
114
这是LeetCode上的一道题目,求出对于一个string,至少切多少刀可以让所有的substring都是回文串。原题是 https://oj.leetcode.com/problems/palindrome-partitioning-ii/Given a string s, partition s...
分类:
其他好文 时间:
2014-12-07 16:24:04
阅读次数:
215
题目网址:https://oj.leetcode.com/problems/add-two-numbers/题目描述:You are given two linked lists representing two non-negative numbers. The digits are stored...
分类:
其他好文 时间:
2014-12-06 20:19:23
阅读次数:
196