Cyclic TourTime Limit: 1000msMemory Limit: 65535KBThis problem will be judged onHDU. Original ID:185364-bit integer IO format:%I64d Java class name:Ma...
分类:
其他好文 时间:
2015-07-26 20:37:21
阅读次数:
184
AntsTime Limit: 5000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:356564-bit integer IO format:%lld Java class name:MainYoung ...
分类:
其他好文 时间:
2015-07-26 18:54:11
阅读次数:
190
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.
You should preserve the original relative order of the nodes in each of...
分类:
其他好文 时间:
2015-07-25 10:47:08
阅读次数:
138
这个主要总是,开启的线程和 UI 线程(主线程)不是同一个线程.可以Runnable方式避免,如下例所示就可以解决这个问题了。public static void updateText(Activity act, resID){ loadingText = (TextView) activity.f...
分类:
其他好文 时间:
2015-07-24 17:58:35
阅读次数:
115
题目:
Given a string S and a string T, count the number of distinct subsequences of T in S.
A subsequence of a string is a new string which is formed from the original string by deleting some (c...
分类:
编程语言 时间:
2015-07-24 13:00:46
阅读次数:
238
0 or 1Time Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:437064-bit integer IO format:%I64d Java class name:MainGiv...
分类:
其他好文 时间:
2015-07-22 22:37:21
阅读次数:
128
String painterTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:247664-bit integer IO format:%I64d Java class name...
分类:
其他好文 时间:
2015-07-22 20:31:21
阅读次数:
93
ui-grid is replacing ng-grid, and support for ng-grid is getting thin as most of the original (2.x) contributors are no longer active, the remaining c...
分类:
其他好文 时间:
2015-07-22 18:30:06
阅读次数:
102
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.
For example,
Given 1->2->3->3->4->4->5, return 1->2->5.
Given 1->1-...
分类:
编程语言 时间:
2015-07-22 14:42:16
阅读次数:
118
Road ImprovementTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:543D64-bit integer IO format:%I64d Java ...
分类:
其他好文 时间:
2015-07-21 12:04:00
阅读次数:
105