AFreeMan
AFreeMan
全部文章
状压型DP
BFS(1)
CDQ分治和整体二分(1)
Codeforces(15)
DFS(4)
GDUT训练(8)
KMP(1)
MST(1)
RMQ(2)
Trie(1)
二分(3)
几何(2)
区间型DP(5)
单调栈(3)
容斥原理(2)
尺取(1)
差分(1)
广工新生赛题解(1)
序列型DP(1)
思维(1)
拓扑排序(1)
排序(3)
搜索(2)
数位DP(5)
数论(9)
无向图双连通分量(1)
最短路(8)
未归档(95)
杂(5)
栈/(优先)队列/链表(1)
树形DP(2)
树链剖分(2)
棋盘型DP(4)
概率/期望DP(3)
模拟退火(1)
物理(1)
矩阵快速幂(2)
线性DP(4)
线段树/树状数组(8)
组合数学(1)
缩点(不仅SCC)(1)
网络流(4)
背包型DP(4)
莫队算法(2)
贪心(3)
题解(3)
归档
标签
去牛客网
登录
/
注册
AFreeMan的博客
全部文章
/ 状压型DP
(共9篇)
2019华工软院赛F.HRY and balls
https://ac.nowcoder.com/acm/contest/874/E 题意:n个球(10万),m个盒子(18),每个球初始在一个盒子,最终到达一个盒子。每次操作是取出一个盒子中的所有球,把他们归位,代价是盒子里的球数。求所有球归位的最小代价。 思路: //华工软院F #includ...
2019-04-29
0
534
POJ2411 Mondriaan's Dream
http://poj.org/problem?id=2411 Description Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the...
2019-03-12
0
577
POJ2288 Islands and Bridges
http://poj.org/problem?id=2288 Description Given a map of islands and bridges that connect these islands, a Hamilton path, as we all know, is a path...
2019-03-12
0
830
Codeforces401D Roman and Numbers
http://codeforces.com/problemset/problem/401/D Roman is a young mathematician, very famous in Uzhland. Unfortunately, Sereja doesn't think so. To mak...
2019-03-08
0
618
HDU3001 Travelling
http://acm.hdu.edu.cn/showproblem.php?pid=3001 After coding so many days,Mr Acmer wants to have a good rest.So travelling is the best choice!He has d...
2019-03-05
0
675
POJ3311 Hie with the Pie
http://poj.org/problem?id=3311 The Pizazz Pizzeria prides itself in delivering pizzas to its customers as fast as possible. Unfortunately, due to cut...
2019-03-05
1
617
洛谷P2051 [AHOI2009]中国象棋
https://www.luogu.org/problemnew/show/P2051 这次小可可想解决的难题和中国象棋有关,在一个N行M列的棋盘上,让你放若干个炮(可以是0个),使得没有一个炮可以攻击到另一个炮,请问有多少种放置方法。大家肯定很清楚,在中国象棋中炮的行走方式是:一个炮攻击到另一个...
2019-03-03
0
424
洛谷P2704 [NOI2001]炮兵阵地
https://www.luogu.org/problemnew/show/P2704 司令部的将军们打算在N*M的网格地图上部署他们的炮兵部队。一个N*M的地图由N行M列组成,地图的每一格可能是山地(用“H” 表示),也可能是平原(用“P”表示),如下图。在每一格平原地形上最多可以布置一支炮兵部...
2019-03-03
0
521
洛谷P1879 [USACO06NOV]玉米田Corn Fields
https://www.luogu.org/problemnew/show/P1879 农场主John新买了一块长方形的新牧场,这块牧场被划分成M行N列(1 ≤ M ≤ 12; 1 ≤ N ≤ 12),每一格都是一块正方形的土地。John打算在牧场上的某几格里种上美味的草,供他的奶牛们享用。 遗...
2019-03-02
0
926