上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页

2018年3月30日

摘要: L2-012. 关于堆的判断 参考博客 阅读全文
posted @ 2018-03-30 21:02 Annetree 阅读(234) 评论(0) 推荐(0) 编辑
 
摘要: L2-011. 玩转二叉树 参考博客 阅读全文
posted @ 2018-03-30 20:58 Annetree 阅读(167) 评论(0) 推荐(0) 编辑
 
摘要: L2-010. 排座位 参考博客 阅读全文
posted @ 2018-03-30 20:56 Annetree 阅读(164) 评论(0) 推荐(0) 编辑
 
摘要: L2-008. 最长对称子串 参考博客 阅读全文
posted @ 2018-03-30 20:54 Annetree 阅读(141) 评论(0) 推荐(0) 编辑
 
摘要: L2-007. 家庭房产 参考博客 阅读全文
posted @ 2018-03-30 20:51 Annetree 阅读(131) 评论(0) 推荐(0) 编辑
 
摘要: L2-006. 树的遍历 参考博客 阅读全文
posted @ 2018-03-30 20:47 Annetree 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: L2-005. 集合相似度 参考博客 阅读全文
posted @ 2018-03-30 20:42 Annetree 阅读(134) 评论(0) 推荐(0) 编辑
 
摘要: L2-004. 这是二叉搜索树吗? 参考博客 阅读全文
posted @ 2018-03-30 20:37 Annetree 阅读(144) 评论(0) 推荐(0) 编辑
 
摘要: L2-001. 紧急救援 阅读全文
posted @ 2018-03-30 20:15 Annetree 阅读(125) 评论(0) 推荐(0) 编辑

2018年3月17日

摘要: L2-002. 链表去重 因为数值比较小,所以直接用数组来模拟 阅读全文
posted @ 2018-03-17 11:19 Annetree 阅读(168) 评论(0) 推荐(0) 编辑

2018年3月4日

摘要: 本题的目标很简单,就是判断一个给定的正整数是否素数。 输入格式: 输入在第一行给出一个正整数N(<=10),随后N行,每行给出一个小于231的需要判断的正整数。 输出格式: 对每个需要判断的正整数,如果它是素数,则在一行中输出“Yes”,否则输出“No”。 输入样例: 输出样例: 阅读全文
posted @ 2018-03-04 20:48 Annetree 阅读(715) 评论(0) 推荐(0) 编辑

2017年11月16日

摘要: ubuntu下载地址:http://cn.ubuntu.com/download/ Linux里打开命令行用的是右键桌面 open terminal 【Linux】linux常用基本命令 阅读全文
posted @ 2017-11-16 11:12 Annetree 阅读(109) 评论(0) 推荐(0) 编辑

2017年9月29日

摘要: Given two positive integers a and b,find suitable X and Y to meet the conditions: X+Y=a Least Common Multiple (X, Y) =bInputInput includes multiple se 阅读全文
posted @ 2017-09-29 19:16 Annetree 阅读(182) 评论(0) 推荐(0) 编辑
 
摘要: We have a special convex that all points have the same distance to origin point. As you know we can get N segments after linking the origin point and 阅读全文
posted @ 2017-09-29 19:12 Annetree 阅读(242) 评论(0) 推荐(0) 编辑
 
摘要: A box contains black balls and a single red ball. Alice and Bob draw balls from this box without replacement, alternating after each draws until the r 阅读全文
posted @ 2017-09-29 19:09 Annetree 阅读(372) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页