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
Topcoder
*[
topcoder
]GooseTattarrattatDiv1
http://community.
topcoder
.com/stat?c=problem_statement&pm=12730&rd=15701 这道题有点意思。
·
2015-11-10 21:04
topcoder
[
topcoder
]AvoidRoads
二维动态规划。和某一道leetcode的题目差不多。就是多了blocks的数组或集合。 本次解题的心得有:1.根据题意使用集合表示阻碍;2.使用字符串的形式表示整数的pair,简洁明了;3.p1到p2的阻碍其实是双向的;4.可以不用首行首列的全0;5.mx[i][j]和mx[i-1][j]和mx[i-1][j]可以分别加的。 import java.util.*; public cla
·
2015-11-10 21:03
topcoder
程序员数学
来自 http://community.
topcoder
.com/tc?
·
2015-11-10 21:02
程序员
[
topcoder
]FlowerGarden
1.此题很勉强算DP。找了半天网上思路,是个三层的循环,n^3。2.基本思路就是先找到在第一个位置的花。这样就双层遍历,找到所有和其他不冲突的花中最高的一个,然后放到结果的首位。然后去掉此花,继续使用此方法对余下花朵。3.要注意的是首先不能直接排序,比如a和b,b和c有冲突,但a和c不一定有冲突。4.判断两段是否重叠的最简单式子是!(a.start > b.end || b.start &g
·
2015-11-10 21:01
topcoder
[
topcoder
]BadNeighbors
http://community.
topcoder
.com/stat?c=problem_statement&pm=2402&rd=5009 动态规划题。
·
2015-11-10 21:48
topcoder
[
topcoder
]ZigZag
http://community.
topcoder
.com/stat?c=problem_statement&pm=1259&rd=4493 动态规划题。
·
2015-11-10 21:47
topcoder
ACRush 楼天成回忆录
楼教主回忆录: 利用假期空闲之时,将这几年 GCJ , ACM ,
TopCoder
参加的一些重要比赛作个回顾。首先是 GCJ2006 的回忆。
·
2015-11-09 14:02
sh
树状数组 (Binary Indexed Trees )论文解析
By boba5551
TopCoder
Member Introduction We often need some sort of data structure to make our
·
2015-11-09 11:01
binary
从
topcoder
赚钱的方法~
1. 算法1.1 SRM 钱少($30左右),而且很难。1.2 Tournament 钱多($1000~$10000),太难~ 2. 设计和开发 2.1 构件设计和开发 钱比较多($1000左右),而且机会很多,王道啊! 2.2 Digital Run 分季度,前5名有很多钱($1000~$100
·
2015-11-08 13:56
topcoder
[
topcoder
] EllysNumberGuessing
http://community.
topcoder
.com/stat?
·
2015-11-08 13:57
topcoder
*[
topcoder
]PalindromicSubstringsDiv2
http://community.
topcoder
.com/stat?c=problem_statement&pm=12967 计算一个字符串里Palindrome的数量。
·
2015-11-08 13:56
substring
[
topcoder
]PackingBallsDiv2
http://community.
topcoder
.com/stat?
·
2015-11-08 13:55
topcoder
*[
topcoder
]TheMatrix
http://community.
topcoder
.com/stat?c=problem_statement&pm=13035 矩阵棋盘的题,比较典型。
·
2015-11-08 13:54
topcoder
[mock]8月8日
因为做了
topcoder
的题,所以比较顺手,O(n^3)的复杂度。
·
2015-11-08 13:54
mock
*[
topcoder
]TaroFriends
http://community.
topcoder
.com/stat?c=problem_statement&pm=13005 好题。最暴力是试验2^n种跳法。
·
2015-11-08 13:53
topcoder
*[
topcoder
]LCMSetEasy
http://community.
topcoder
.com/stat?c=problem_statement&pm=13040 DFS集合全排列+LCM和GCD。
·
2015-11-08 13:52
topcoder
[
topcoder
]LongLongTripDiv2
http://community.
topcoder
.com/stat?c=problem_statement&pm=13091 解方程,对中国孩子太简单了。
·
2015-11-08 13:51
topcoder
*[
topcoder
]LongWordsDiv2
http://community.
topcoder
.com/stat?
·
2015-11-08 13:51
topcoder
[
topcoder
]BoxesDiv2
https://community.
topcoder
.com/stat?
·
2015-11-08 13:48
topcoder
*[
topcoder
]ChooseTheBestOne
https://www.
topcoder
.com/stat?
·
2015-11-08 13:48
topcoder
*[
topcoder
]IncrementingSequence
http://community.
topcoder
.com/stat?
·
2015-11-08 13:46
sequence
[
topcoder
]HappyLetterDiv2
http://community.
topcoder
.com/stat?
·
2015-11-08 13:45
topcoder
[
topcoder
]HappyLetterDiv2
http://community.
topcoder
.com/stat?
·
2015-11-08 12:30
topcoder
*[
topcoder
]BracketExpressions
http://community.
topcoder
.com/stat?
·
2015-11-08 12:29
topcoder
Topcoder
好题推荐 (by 白衣少年)
原文链接:http://hi.baidu.com/%B0%D7%D2%C2%C9%D9%C4%EA2012/blog/item/d2a1a43291acbe3c0a55a9b7.html 推荐的好题不一定是难题,但往往带有那么一点代表性。凡是由别人推荐的题目,偶会加上推荐人ID和blog地址。偶自己推荐的题目,偶会尽量推荐一份简洁的代码。当天推荐的题会以红色标记。 Single
·
2015-11-07 15:02
topcoder
LCA与RMQ
参见
topcoder
的算法教程,Range Minimum Query and Lowest Common Ancestor JOJ 一个题目: 2408 Beautiful girl
·
2015-11-07 12:50
MQ
楼塔当天领袖acm心理(作为励志使用)
ACM,
TopCoder
的一个号码的一重要的比赛的参与 回顾。GCJ2006 的回顾,今天时间上更早一些吧,我如今还清晰记得3 年 前。
·
2015-11-05 08:07
ACM
[
TopCoder
] SRM_594_DIV2.250
研究
TopCoder
已经有一小段时间了,都是在做之前的题目,还没有实际参加过比赛。以后应该会开设一个
topcoder
的分类专门写一些里面的一些题目,就当做笔记来写 ...
·
2015-11-05 08:51
topcoder
求i
https://community.
topcoder
.com/stat?
詹明捷
·
2015-11-03 22:45
STL
TopCoder
SRM 581
第一次做TC。。。 只做上了2道题(是我太菜了吗?) 还行ranting一下子就成1500+了。 Div2 p1 BlackAndWhiteSolitaire int BlackAndWhiteSolitaire::minimumTurns(string cardFront) { int i, n = cardFront.size(), ret = 0; for
·
2015-11-02 19:03
topcoder
Topcoder
SRM 初体验
第一次听说
topcoder
,已经是大三决定淡出ACM的时候,一直无缘拜会.Google Code Jam本来让我跃跃欲试,却在去西安出差的火车上度过了初试时间.前两天终于想起要去玩玩,所以就有了今天10
·
2015-11-02 16:50
topcoder
【原】 POJ 1195 Mobile phones 2D树状数组 解题报告
介绍BIT的好文 http://www.
topcoder
.com/tc?module=Static&
·
2015-11-02 15:50
mobile
Geometry Concepts: Basic Concepts(通过向量算多边形面积)
IntroductionMany
TopCoder
s seem to be mortally afraid of geometry problems.
·
2015-11-02 12:17
try
Topcoder
SRM 637 (Div.2)
A.GreaterGameDiv2 不能更水 1 #line 7 "GreaterGameDiv2.cpp" 2 #include<cstdio> 3 #include <cstdlib> 4 #include<cstring> 5 #include<cmath> 6 #include<io
·
2015-11-02 11:50
topcoder
[网游计划第八天] 少一些固执,加一点坚持
听说世上还有
topcoder
这回事,当然这不是什么奥斯卡最佳男主角,而是一项编程比赛,并且是有现金回报的,据不可靠消息,国内有人已得了几万美元的奖金了
·
2015-11-02 11:03
网游
TC 配置插件
转载:http://hi.baidu.com/accplaystation/item/07534686f39dc329100ef310 1、插件下载地址:http://www.
topcoder
.com
·
2015-11-01 14:06
配置
Topcoder
SRM 648 (div.2)
第一次做TC全部通过,截图纪念一下。 终于蓝了一次,也是TC上第一次变成蓝名,下次就要做Div.1了,希望div1不要挂零。。。_(:зゝ∠)_ A. KitayutaMart2 万年不变的水题。 #include<cstdio> #include<cstring> #include<cmath> #in
·
2015-11-01 14:49
topcoder
【
TopCoder
】SRM160 DIV1总结
做了两道题之后才发现做的是DIV1,不是DIV2,DIV1的第二道题是DIV1的第三道题,果断决定第3题就不看了=。= 250分题:给定一个时间起点8:00 AM DAY 1,再给出一组时间终点,格式是hh:mm xM, DAY n,要求计算每一组起点终点形成的时间段长度的均值,以分钟为单位。 Problem Statement The Iditarod is a dogsle
·
2015-11-01 13:03
topcoder
Topcoder
练习小记,Java 与 Python 分别实现。
Topcoder
上的一道题目,题目描述如下: Problem Statement Byteland is a city with many
·
2015-11-01 13:45
topcoder
树状数组总结
http://www.java3z.com/cwbwebhome/article/article1/1369.html推荐的博文 referrence:http://community.
topcoder
.com
·
2015-11-01 10:45
树状数组
记第一次
topcoder
SRM赛(2011,09,10)&&Jie.Qin'birthday
为什吗会写这么一篇文章那,因为昨天晚上我们四个人第一次参加
Topcoder
SRM赛,结果不用想自然是很杯具的,首先,我们是业余级别的,而且还是菜鸟级的我们,,更加称不上是
Topcoder
,我们也是刚刚搞
·
2015-11-01 08:48
topcoder
树状数组原来可以这样用
高手的指点
Topcoder
上面的教程 下面是树状数组的三个常用函数: //c++代码 inline int lowbit(int x) { return x&(-x); } void
·
2015-11-01 08:43
树状数组
博弈论重要算法:Sprague-Grundy 定理 (SRM 561 Div1 550)
源起:
TopCoder
srm561,550 的题目 CirclesGame 是一个博弈的问题,判断是类似于 Nim 的游戏规则,当时不会做,后来看别人代码发现了都有一个名为
·
2015-11-01 08:44
div
SRM 207 Div II Level Two: RegularSeason,字符串操作(sstream),多关键字排序(操作符重载)
题目来源:http://community.
topcoder
.com/stat?
·
2015-10-31 19:50
Stream
【算法28】冒泡排序中的交换次数问题
问题描述 题目来源:
Topcoder
SRM 627 Div2 BubbleSortWithReversals 给定待排序数组A,在最多反转K个A的不相交子数组后,对A采用冒泡排序,问最小的swap
·
2015-10-31 18:28
冒泡排序
[
topcoder
]SRM 646 DIV 2
第一题:K等于1或者2,非常简单。略。K更多的情况,http://www.cnblogs.com/lautsie/p/4242975.html,值得思考。 第二题:http://www.cnblogs.com/lautsie/p/4245242.html BFS和DFS都可以,注意的是,写的时候,可以往que里几个东西一起扔,就不用建立对象了。也可以直接用二维矩阵记录blocked和visit
·
2015-10-31 18:47
topcoder
[
topcoder
]SRM 647 DIV 2
第一题,送分题。 第二题, #include <vector> #include <algorithm> #include <map> #include <queue> using namespace std; class TravellingSalesmanEasy { public: int getMaxProfit(
·
2015-10-31 18:47
topcoder
[
topcoder
]SRM 633 DIV 2
第一题,http://community.
topcoder
.com/stat?c=problem_statement&pm=13462&rd=16076 模拟就可以了。
·
2015-10-31 18:46
topcoder
[
topcoder
]TheGridDivTwo
http://community.
topcoder
.com/stat?
·
2015-10-31 18:45
topcoder
[
topcoder
]TheConsecutiveIntegersDivOne
http://community.
topcoder
.com/stat?
·
2015-10-31 18:45
topcoder
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他