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
Problemset
codeforce1194C From S To T
问题链接(https://codeforces.com/
problemset
/problem/1194/C)问题描述有三个字符串s,t,p,可以把p中任意字符插入到s的任意位置,但字符不能重复使用,问是否通过这样的操作
DouglasConnor
·
2020-07-31 13:42
Codeforces
——字符串——
E. Count The Rectangles (Educational Codeforces Round 68)
题目链接:http://codeforces.com/
problemset
/problem/1194/E题意:给你一些平行坐标轴的线段,不会有线段会互相覆盖,问这些线段组成多少个矩形?
mizp
·
2020-07-31 12:15
codeforces
搜索
Codeforces 1084C The Fair Nut and Stringi
https://codeforces.com/
problemset
/problem/1084/CC.TheFairNutandStringtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputTheFairNutfoundastringss.Thestringconsis
ZXM_ZhanX
·
2020-07-31 12:05
codeforces
题解
codeforce1194B Yet Another Crosses Problem
问题链接(https://codeforces.com/
problemset
/problem/1194/B)问题描述给了一个图,白方块用’.‘表示,黑方块用’*'表示。
DouglasConnor
·
2020-07-31 11:46
贪心算法
Codeforces
Petr and a Combination Lock
http://codeforces.com/
problemset
/problem/1097/B昨天做的时候没有想到用搜索,,,,,,#include#include#include#include#includeusingnamespacestd
ZZZ19880423
·
2020-07-30 23:14
cf
CodeForces 1072C Cram Time【思维题】
传送门:http://codeforces.com/
problemset
/problem/1072/CC.CramTimetimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputInagalaxyfar
附魔兔子
·
2020-07-30 20:45
Codeforces
Codeforces 1072C Cram Time (贪心)
题目链接:http://codeforces.com/
problemset
/problem/1072/C#includeusingnamespacestd;#definedebugputs("YES")
等我学会后缀自动机
·
2020-07-30 19:46
Codeforces习题集
贪心策略/决策问题
Codeforces 1132 F 区间dp
http://codeforces.com/
problemset
/problem/1132/FYouaregivenastringssoflengthnnconsistingoflowercaseLatinletters.Youmayapplysomeoperationstothisstring
csu_xiji
·
2020-07-30 10:04
dp
动态规划
区间dp
hiho 1692 第k小分数(实数上的二分答案)
ACM题集:https://blog.csdn.net/weixin_39778570/article/details/83187443链接:http://hihocoder.com/
problemset
向前走别回头
·
2020-07-30 10:43
二分查找
ACM算法日常
Codeforces Beta Round #69 (Div. 1 Only) C. Beavermuncher-0xFF 树上贪心
题目链接:http://codeforces.com/
problemset
/problem/77/CC.Beavermuncher-0xFFtimelimitpertest:3secondsmemorylimitpertest
weixin_30908941
·
2020-07-30 10:53
CF39C MOON CRATERS
MOONCRATERS题目传送门http://codeforces.com/
problemset
/problem/39/C参考题解!
beautiful_CXW
·
2020-07-30 07:15
模拟赛训练
背包DP(01背包问题,完全背包问题) 经典题
01背包问题:http://hihocoder.com/
problemset
/problem/1038#include#defineINF1e18#defineinf1e9#definemin(a,b)
我不吃海鲜
·
2020-07-29 23:18
hihocoder
背包
CodeForces 382C Arithmetic Progression (模拟+细节)
题目链接:http://codeforces.com/
problemset
/problem/382/C#includeusingnamespacestd;#definedebugputs("YES");
等我学会后缀自动机
·
2020-07-29 22:58
Codeforces习题集
简单数据结构应用
暴力与模拟
codeforces 670C_Cinema
源头:https://www.cnblogs.com/AKMer/p/9696824.html题目传送门:https://codeforces.com/
problemset
/problem/670/C所谓离散化
XLacon
·
2020-07-29 22:31
codeforces
辅助算法设计技巧
哈理工OJ 1316 移动 II (广度优先搜索+路径打印)
m=
ProblemSet
&a=showProblem&problem_id=1316移动IITimeLimit:1000MSMemoryLimit:65536KTotalSubmit:414(113users
夜幕下的ACM之路
·
2020-07-29 22:07
哈理工OJ
搜索
codeforces1217C The Number Of Good Substrings
https://codeforces.com/
problemset
/problem/1217/C考虑到2^20>2e5那么长度肯定不超过20了,所以直接枚举就行为了避免重复,我们考虑枚举每一个二进制数的第一个
二分抄代码
·
2020-07-29 20:43
二进制
codeforces602C The Two Routes (最短路模板题)
题目链接:http://codeforces.com/
problemset
/problem/602/CC.TheTwoRoutestimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputInAbsurdistan
hkhv
·
2020-07-29 10:18
CF
Codeforces Round #443 (Div. 2) A. Borya's Diagnosis
http://codeforces.com/
problemset
/problem/879/AItseemsthatBoryaisseriouslysick.Heisgoingvisitndoctorstofindouttheexactdiagnosis.Eachofthedoctorsneedstheinformationaboutallpreviousvisits
AC__GO
·
2020-07-29 07:42
cf
CF-1185C2-Exam in BerSU (hard version) (思维+贪心暴力)
题目链接:https://codeforces.com/
problemset
/problem/1185/C2题目大意:给出一个包含n个元素的数组A,A[i]表示第i个人做完试卷需要多久。
永远鲜红の幼月
·
2020-07-29 05:08
贪心
思维
hihocoder 1289 2017年微软实习笔试题
今年微软笔试题,http://hihocoder.com/
problemset
/problem/1289,403Forbidden,第一来我一看到题目想都没想直接用暴力搜索,最后也没调通,后来仔细想了想有很多要注意的
xiatianhappy
·
2020-07-29 00:19
数据结构
蒙特卡洛方法计算pi值
使用蒙特卡洛方法计算pi值Links:该问题来自于pudureuniversity(普渡大学)python课程中的
problemset
2MonteCarlomethodsareusedtosimulatecomplexphysicalan
weixin_34270606
·
2020-07-28 19:51
微软2017实习生在线笔试题——hihocoder 1289——403 Forbidden
题目:http://hihocoder.com/
problemset
/problem/1289分析:有N条已知的前缀字符串,回答M个query,每个query找到这N个字符串中第一个匹配的项,自然的想到
还有多远
·
2020-07-28 15:17
Interview相关
hihocoder
Trie
F.Promote Code---有技巧的模拟
PromoteCodeTimeLimit:1SecMemoryLimit:128Mb题目链接http://acm.csu.edu.cn:20080/csuoj/
problemset
/problem?
lonely_wind_
·
2020-07-28 09:04
#
2019中南校赛
大模拟
模拟
E. Email Destruction---大模拟
EmailDestructionTimeLimit:3SecMemoryLimit:512Mb题目链接http://acm.csu.edu.cn:20080/csuoj/
problemset
/problem
lonely_wind_
·
2020-07-28 09:04
#
2019湖南多校第五场
大模拟
mysql,力扣,
https://leetcode-cn.com/
problemset
/database/?
skywander0
·
2020-07-28 09:44
mysql
mysql,力扣,会员要没了,记下题目
https://leetcode-cn.com/
problemset
/database/会员只剩一天了,快点将觉得挺好的的题目保存一波selectdate_format(trans_date,'%Y-%
skywander0
·
2020-07-28 09:44
mysql
HRBUST - 2227
m=
ProblemSet
&a=showProblem&problem_id=2227Phi函数TimeLimit:500MSMemoryLimit:32768KTotalSubmit:498(306users
xiydang
·
2020-07-28 08:16
算法
【CodeForces - 500E】New Year Domino
题目:http://codeforces.com/
problemset
/problem/500/E题目大意有一排多米诺骨牌,按x坐标顺序从左到右输入,每个骨牌有他的位置p,高度l,可以花费1代价使骨牌高度
G20202519jyz(AFO)
·
2020-07-28 07:43
题目
codeforces1381B Unmerge
https://codeforces.com/
problemset
/problem/1381/B这题只会n^3,掉大分。
二分抄代码
·
2020-07-28 02:24
背包DP
hihocoder 1289 微软2016校园招聘4月在线笔试-2:403 Forbidden
http://hihocoder.com/
problemset
/problem/1289?
hqw11
·
2020-07-27 23:06
Trie
在线测试
leetcode热门100题总结
https://leetcode-cn.com/
problemset
/all/右侧标签点进去有对算法类知识点的介绍和相关的题目,强烈推荐。
风铃峰顶
·
2020-07-27 23:44
LeetCode
hihoCoder #1048 : 状态压缩·二
链接:http://hihocoder.com/
problemset
/problem/1048题解:https://blog.csdn.net/my_sunshine26/article/details
还是太年轻
·
2020-07-27 18:30
状态压缩dp
O(N)最长回文子串算法——Manacher算法
题目举例:http://hihocoder.com/
problemset
/problem/1032?
RichardZJU
·
2020-07-27 17:13
算法
csuoj多校赛补题(2020:Card Hand Sorting)
题目链接:http://acm.csu.edu.cn/csuoj/
problemset
/problem?
Reddy_Z
·
2020-07-27 17:37
csuoj
Codeforces Round #346 (Div. 2) (659A,659B,659C,659D(几何叉乘),659E(并查集))
RoundHouse题目链接:http://codeforces.com/
problemset
/problem/659/A解题思路:Theanswerfortheproblemiscalculatedwithaformula
piaocoder
·
2020-07-27 12:58
Round-----
Codeforces Round #656 (Div. 3), problem: (B) Restore the Permutation by Merger
https://codeforces.com/
problemset
/problem/1385/BLANG:MSC++2017#include#include#includeusingnamespacestd
Phil-tom
·
2020-07-23 17:33
Codeforces
Codeforce:455A. Boredom (DP)
https://codeforces.com/
problemset
/problem/455/A题意:给出n个元素,让我们来挑选,如果选了\(a_k\),获得\(a_k\)点数,同时与\(a_{k+1}和
RioTian
·
2020-07-23 11:00
【学习笔记】后缀自动机复习
如果觉得本文章过于刻板的话,在hihocoder的
problemset
中搜索“后缀自动机”,题目中有后缀自动机详解。那里有举例说明,可能更加生动形象。简介后缀自动机是一个有限状态自动机。
Petrichor_YR
·
2020-07-19 00:00
C. Given Length and Sum of Digits... (贪心)
https://codeforces.com/
problemset
/problem/489/CC.GivenLengthandSumofDigits...Youhaveapositiveintegermandanon-negativeintegers.Yourtaskistofindthesmallestandthelargestofthenumbersthathavelengthmandsumo
RioTian
·
2020-07-17 20:00
leetcode solution crack tutorial
leetcodesolutioncracktutorialproblemsethttps://leetcode.com/
problemset
/all/TopInterviewQuestionshttps
xgqfrms
·
2020-07-17 16:00
10.5 Trie字典树和简单模式匹配
(1)Leetcode题目(添加与搜索单词-数据结构设计第211号题目)https://leetcode-cn.com/
problemset
/all/?
Drogon Brother
·
2020-07-16 02:27
数据结构
CF Constanze's Machine【简单dp】
题目链接:https://codeforces.com/
problemset
/problem/1245/CConstanzeisthesmartestgirlinhervillagebutshehasbadeyesight.Oneday
Mosu_
·
2020-07-15 13:56
动态规划
CF Good ol' Numbers Coloring
题目链接:https://codeforces.com/
problemset
/problem/1245/AoutputstandardoutputConsiderthesetofallnonnegativeintegers
Mosu_
·
2020-07-15 13:56
基础题目
B. Nauuo and Circle
题目链接:http://codeforces.com/
problemset
/problem/1172/BNauuoisagirlwholovesdrawingcircles.Onedayshehasdrawnacircleandwantedtodrawatreeonit.Thetreeisaconnectedundirectedgraphconsistingofnnnodesandn
wxl7777
·
2020-07-15 10:27
算法
cf
数学
我的成长之路
github.com/xurui1995/Sword-pointing-to-offer/tree/master/Javahttp://hencoder.comhttps://leetcode-cn.com/
problemset
ITurbo
·
2020-07-15 09:34
成长之路
mysql学习 | LeetCode数据库简单查询练习
力扣:https://leetcode-cn.com/力扣网数据库练习:https://leetcode-cn.com/
problemset
/database/文章目录175.组合两个表题解:1.LeetCode
我叫RT
·
2020-07-15 08:00
mysql数据库
leetcode-腾讯精选练习(50 题)python #124 二叉树中的最大路径和
leetcode-腾讯精选练习(50题)python#124二叉树中的最大路径和题目来源:https://leetcode-cn.com/
problemset
/50/给定一个非空二叉树,返回其最大路径和
楚天星云
·
2020-07-15 08:29
CF838C(博弈+FWT子集卷积+多项式ln、exp)
传送门:http://codeforces.com/
problemset
/problem/838/C题解:如果一个字符串的排列数是偶数,则先手必胜,因为如果下一层有后手必赢态,直接转移过去,不然,就一直耗着
weixin_30526593
·
2020-07-15 03:17
CodeForces - 356A Knight Tournament
http://codeforces.com/
problemset
/problem/356/A首先理解题意每次给出l和r在l-r之间还有资格的选手中得出一个胜者暴力思路:首先维护还有资格的选手的集合用一个数组表示这个选手被谁击败每次遍历
weixin_30378623
·
2020-07-15 03:05
codeforces 276 B 博弈
http://codeforces.com/
problemset
/problem/276/BB.LittleGirlandGametimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputTheLittleGirllovesproblemsongamesverymuch.H
life4711
·
2020-07-15 01:21
数论
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他