Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 59 下一页

2015年3月29日

摘要: https://leetcode.com/problems/distinct-subsequences/Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a ... 阅读全文
posted @ 2015-03-29 16:42 NickyYe 阅读(182) 评论(0) 推荐(0)

2015年3月28日

摘要: https://leetcode.com/problems/sort-list/ Sort a linked list in O(n log n) time using constant space complexity. 解题思路: 常见的O(nlogn)算法,快速排序、归并排序,堆排序。大概讲讲 阅读全文
posted @ 2015-03-28 20:39 NickyYe 阅读(257) 评论(0) 推荐(0)

2015年3月26日

摘要: https://bbs.archlinux.org/viewtopic.php?id=105541New user created as:groupadd mygroupuseradd -s /bin/bash -g myuser -m -k /dev/null myuserWhen trying ... 阅读全文
posted @ 2015-03-26 13:39 NickyYe 阅读(2681) 评论(0) 推荐(0)

2015年3月25日

摘要: http://chxiaowu.iteye.com/blog/1243475Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceFeature低版本jdk6与cxf中的jaxb-api.j... 阅读全文
posted @ 2015-03-25 14:54 NickyYe 阅读(1001) 评论(0) 推荐(0)

2015年3月24日

摘要: https://leetcode.com/problems/permutation-sequence/ The set [1,2,3,…,n] contains a total of n! unique permutations. By listing and labeling all of the 阅读全文
posted @ 2015-03-24 16:17 NickyYe 阅读(229) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 59 下一页