上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: We say that integer x, 0 < x < p, is a primitive root modulo odd prime p if and only if the set { (x i mod p) | 1 <= i <= p-1 } is equal to { 1, ..., 阅读全文
posted @ 2017-11-14 15:49 会飞的雅蠛蝶 阅读(535) 评论(0) 推荐(0) 编辑
摘要: When participating in programming contests, you sometimes face the following problem: You know how to calcutale the output for the given input values, 阅读全文
posted @ 2017-11-11 17:35 会飞的雅蠛蝶 阅读(215) 评论(0) 推荐(0) 编辑
摘要: The factorial function, n! = 1·2·...·n, has many interesting properties. In this problem, we want to determine the maximum number of integer terms (ex 阅读全文
posted @ 2017-11-11 17:02 会飞的雅蠛蝶 阅读(247) 评论(0) 推荐(0) 编辑
摘要: The factorial function, n! is defined thus for n a non-negative integer:0! = 1 n! = n×(n−1)! (n > 0)We say that a divides b if there exists an integer 阅读全文
posted @ 2017-11-09 21:28 会飞的雅蠛蝶 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 算法分析与设计论文 以大学生程序设计竞赛为例 姓名:于港添 学 号:20153838 专 业:信息与计算科学 学 校:山东农业大学 授课老师:费玉奎 前言: 这门课程主要讲了贪心、递归、回溯、分支定界、动态规划等几种算法。 在进行学习之前有做过相关题目,所以在听课的时候感觉好理解了许多。没学这门课的 阅读全文
posted @ 2017-11-02 20:01 会飞的雅蠛蝶 阅读(2359) 评论(0) 推荐(0) 编辑
摘要: 1.确定如何划分阶段 2.划分阶段标准 DP的题目都可以归为这两部。 比如说上楼梯这道经典题目。每一层楼梯看作一个阶段,则当前阶段的结果就是上一步和上两步的和。 阅读全文
posted @ 2017-11-02 19:36 会飞的雅蠛蝶 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 二叉树的层次遍历 描述 笔记 数据 评测 给出一棵二叉树,返回其节点值的层次遍历(逐层从左往右访问) 您在真实的面试中是否遇到过这个题? Yes 哪家公司问你的这个题? LinkedIn Airbnb Amazon Cryptic Studios Dropbox Epic Systems TinyC 阅读全文
posted @ 2017-10-29 22:11 会飞的雅蠛蝶 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 把排序数组转换为高度最小的二叉搜索树 描述 笔记 数据 评测 给一个排序数组(从小到大),将其转换为一棵高度最小的排序二叉树。 注意事项 There may exist multiple valid solutions, return any of them. 您在真实的面试中是否遇到过这个题? Y 阅读全文
posted @ 2017-10-29 21:41 会飞的雅蠛蝶 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 信息安全阅读报告 Problem 1: 国家计算机网络应急技术处理协调中心(简称“国家互联网应急中心”,英文缩写为“CNCERT”或“CNCERT/CC”)作为我国非政府层面网络安全应急体系核心技术协调机构,在社会网络安全防范机构、公司、大学、科研院所的支撑和支援下,在网络安全监测、预警、处置等方面 阅读全文
posted @ 2017-10-29 20:43 会飞的雅蠛蝶 阅读(755) 评论(0) 推荐(0) 编辑
摘要: C. Bus time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Bus time limit per test 2 seco 阅读全文
posted @ 2017-10-28 21:56 会飞的雅蠛蝶 阅读(279) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页