E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
~Contests~
1081. Rational Sum (20)
the problem is from PAT,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1081 the code
·
2015-10-31 10:23
SUM
1015. Reversible Primes (20)
the problem is from PAT,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1015 this problem
·
2015-10-31 10:23
Prim
1085. Perfect Sequence (25)
the problem is from PAT,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1085 At first
·
2015-10-31 10:23
sequence
1063. Set Similarity (25)
the problem is from PAT,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1063 At first
·
2015-10-31 10:23
set
1007. Maximum Subsequence Sum (25)
题目url:http://pat.zju.edu.cn/
contests
/pat-a-practise/1007 reference url:http://blog.csdn.net/xtzmm1215
·
2015-10-31 10:23
sequence
1043. Is It a Binary Search Tree (25)
the problem is from pat,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1043 and the
·
2015-10-31 10:22
Binary search
1020. Tree Traversals (25)
the problem is from pat,which website is http://pat.zju.edu.cn/
contests
/pat-a-practise/1020 and the
·
2015-10-31 10:22
tree
武汉大学第五届E鸣杯程序设计大赛 部分解题报告。
呵呵A+B; 1001 http://acm.hdu.edu.cn/
contests
/contest_showproblem.php?
·
2015-10-31 09:38
程序设计
PAT 1009. Product of Polynomials (25)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1009 #include<iostream> #include<
·
2015-10-31 09:10
pat
PAT 1065. A+B and C (64bit) (20)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1065 偷懒了 1 T = input() 2 for i in xrange(
·
2015-10-31 09:10
bit
PAT 1002. A+B for Polynomials (25)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1002 这个题我能说我交了无数次吗?
·
2015-10-31 09:10
for
PAT 1099. Build A Binary Search Tree (30)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1099 单纯的数据结构题目 想到中序遍历的BST是有序的, 中序插入数, 层序遍历输出就可以了
·
2015-10-31 09:09
Binary search
PAT 1005. Spell It Right (20)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1005 太水了点 1 #include<cstdio> 2 #include
·
2015-10-31 09:09
right
PAT 1092. To Buy or Not to Buy (20)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1092 1 #include<cstdio> 2 #include
·
2015-10-31 09:09
pat
PAT 1003. Emergency (25)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1003 最短路 1 #include<iostream> 2 #
·
2015-10-31 09:09
merge
PAT 1093. Count PAT's (25)
题目地址: http://www.patest.cn/
contests
/pat-a-practise/1093 水题 1 #include<cstdio> 2 #include
·
2015-10-31 09:09
count
SGU 144. Meeting 概率dp 几何概率分布 难度:0
per test: 4096 KB Two of the three members of the winning team of one of the ACM regional
contests
·
2015-10-31 09:38
dp
Graveyard(poj3154)
Submissions: 1289 Accepted: 660 Special Judge Description Programming
contests
·
2015-10-31 09:34
poj
URAL 1880 Psych Up's Eigenvalues
Psych Up's Eigenvalues Time limit: 0.5 second Memory limit: 64 MB At one of the
contests
at the
·
2015-10-31 08:00
value
PAT 1004. Counting Leaves (30)
链接: http://www.patest.cn/
contests
/pat-a-practise/1004 复习一下C 1 #include<stdio.h> 2
·
2015-10-30 13:56
count
【二分答案+贪心】解决“最小值最大”问题(UVa 12124 - Assemble)
limit: 2 seconds Recently your team noticed that the computer you use to practice for programming
contests
·
2015-10-28 08:13
sem
【PAT】1005 Spell It Right
题目:http://pat.zju.edu.cn/
contests
/pat-a-practise/1005 分析:简单题。
·
2015-10-27 15:54
right
[ACM_模拟] ZOJ 3713 [In 7-bit 特殊输出规则 7bits 16进制]
Very often, especially in programming
contests
, we treat a sequence of non-whitespace
·
2015-10-27 14:56
ACM
树的遍历——pat1043
http://pat.zju.edu.cn/
contests
/pat-a-practise/1043 给予N个数字组成二叉搜索树,判断这个数列是否由先序遍历得出或是镜像先序遍历得出,若是则输出相应的后续遍历或是镜像后续遍历
·
2015-10-27 13:40
pat
PAT1018——最短路加DFS
http://pat.zju.edu.cn/
contests
/pat-a-practise/1018 在杭州各个点,有很多自助自行车的点,最大容纳点为CMAX,但比较适合的情况是CMAX/2, 现在从起点到终点
·
2015-10-27 13:39
最短路
1021. Deepest Root (25)——DFS+并查集
http://pat.zju.edu.cn/
contests
/pat-a-practise/1021 无环连通图也可以视为一棵树,选定图中任意一点作为根,如果这时候整个树的深度最大,则称其为 deepest
·
2015-10-27 13:38
root
随时查找中位数——pat1057
http://pat.zju.edu.cn/
contests
/pat-a-practise/1057 题目的意思是可以在一个可以任意添加于删除整数的集合里随时查找该集合的中位数 每次查找用nlogn
·
2015-10-27 13:37
pat
Codeforces Round #307 (Div. 2) A. GukiZ and Contest 水题
MB 题目连接 http://codeforces.com/contest/551/problem/A Description Professor GukiZ likes programming
contests
·
2015-10-23 09:09
codeforces
2015 百度之星 1005 序列变换 动态规划
序列变换 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://bestcoder.hdu.edu.cn/
contests
/contest_showproblem.php
·
2015-10-23 09:54
动态规划
2015 百度之星 1003 棋盘占领 dfs
棋盘占领 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://bestcoder.hdu.edu.cn/
contests
/contest_showproblem.php
·
2015-10-23 09:53
DFS
2015 百度之星 1002 连接的管道 最小生成数
连接的管道 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://bestcoder.hdu.edu.cn/
contests
/
·
2015-10-23 09:53
百度
05-树6. Path in a Heap (25) 小根堆
Path in a Heap (25) Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://www.patest.cn/
contests
·
2015-10-23 09:48
Path
pat 1055 区间前k个
http://pat.zju.edu.cn/
contests
/pat-a-practise/1055 第二组数据比较大,如果单纯排序直接检索会超时,因为每次都是对所有数据进行遍历。
·
2015-10-21 12:41
pat
BestCoder 1st Anniversary B.Hidden String DFS
Hidden String Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://bestcoder.hdu.edu.cn/
contests
·
2015-10-21 11:18
String
[PAT (Advanced Level) ]1003. Emergency 解题文档
题目链接:http://www.patest.cn/
contests
/pat-a-practise/10031003.Emergency(25)时间限制400ms内存限制65536kB代码长度限制16000B
u010536377
·
2015-10-11 22:00
在线编程测试平台
http://www.nowcoder.com/app2.浙大的ProgrammingAbilityTest http://www.patest.cn/ http://www.patest.cn/
contests
liuuze5
·
2015-10-10 16:00
2015 ACM/ICPC Asia Regional Shanghai Online 1010题
[题目链接](http://acm.hdu.edu.cn/
contests
/contest_showproblem.php?
PNAN222
·
2015-09-26 17:00
数组标记
PAT-PAT (Advanced Level) Practise 1102 Invert a Binary Tree (25)【三星级】
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1102题面:1102.InvertaBinaryTree(25)时间限制400ms内存限制65536kB
David_Jett
·
2015-09-19 11:14
PAT
编程题——搜索
刷PAT
申Offer
PAT-PAT (Advanced Level) Practise 1102 Invert a Binary Tree (25)【三星级】
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1102题面:1102.InvertaBinaryTree(25)时间限制400ms内存限制65536kB
David_Jett
·
2015-09-19 11:00
二叉树
搜索
pat
PAT-PAT (Advanced Level) Practise 1101 Quick Sort (25)【二星级】
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1101题面:1101.QuickSort(25)时间限制200ms内存限制65536kB代码长度限制
David_Jett
·
2015-09-19 10:11
PAT
刷PAT
申Offer
PAT-PAT (Advanced Level) Practise 1101 Quick Sort (25)【二星级】
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1101题面:1101.QuickSort(25)时间限制200ms内存限制65536kB代码长度限制
David_Jett
·
2015-09-19 10:00
pat
快排
PAT-PAT (Advanced Level) Practise 1100 Mars Numbers (20)【二星级】
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1100题面:1100.MarsNumbers(20)时间限制400ms内存限制65536kB代码长度限制
David_Jett
·
2015-09-19 09:00
模拟
pat
1101. Quick Sort (25)
题目地址:http://www.patest.cn/
contests
/pat-a-practise/1101Thereisaclassicalprocessnamedpartitioninthefamousquicksortalgorithm.Inthisprocesswetypicallychooseoneelementasthepivot.Thentheelementslessthanthep
qq_26437925
·
2015-09-18 14:00
1100. Mars Numbers (20)
题目地址:http://www.patest.cn/
contests
/pat-a-practise/1100PeopleonMarscounttheirnumberswithbase13:ZeroonEarthiscalled
qq_26437925
·
2015-09-18 10:00
PAT 甲级历次真题
2012-12-16PAT(A)(A)ShortestDistance(20)http://www.patest.cn/
contests
/pat-a-practise/1046(B)StudentListforCourse
qq_26437925
·
2015-09-16 08:00
1103. Integer Factorization (30)
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1103题目:TheK-PfactorizationofapositiveintegerNistowriteNasthesumoftheP-thpowerofKpositiveintegers.YouaresupposedtowriteaprogramtofindtheK-Pfactorizatio
Apie_CZX
·
2015-09-13 13:00
DFS
pat
剪枝
pow
1102. Invert a Binary Tree (25)
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1102题目:ThefollowingisfromMaxHowell@twitter:Google:90%
陈小旭
·
2015-09-13 13:14
PAT
1102. Invert a Binary Tree (25)
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1102题目:ThefollowingisfromMaxHowell@twitter:Google:90%
Apie_CZX
·
2015-09-13 13:00
树
pat
中序遍历
层序遍历
倒置
1101. Quick Sort (25)
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1101题目:Thereisaclassicalprocessnamed partition inthefamousquicksortalgorithm.Inthisprocesswetypicallychooseoneelementasthepivot.Thentheelementslesstha
Apie_CZX
·
2015-09-13 13:00
动态规划
pat
快排
1100. Mars Numbers (20)
题目链接:http://www.patest.cn/
contests
/pat-a-practise/1100题目:PeopleonMarscounttheirnumberswithbase13:ZeroonEarthiscalled"tret"onMars.Thenumbers1to12onEarchiscalled"jan
陈小旭
·
2015-09-13 13:45
PAT
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他