发表评论取消回复
相关阅读
相关 poj 2528 Mayor's posters【离散化+线段树】
题目:[poj 2528 Mayor's posters][poj 2528 Mayor_s posters] 题意:给一个长度非常长的墙上贴长度为ai的海报,由于
相关 POJ1733-离散化+带权并查集
Parity game <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS<
相关 POJ 2528 Mayor's posters(离散化+线段树)
The citizens of Bytetown, AB, could not stand that the candidates in the mayoral electio
相关 POJ 1542 Atlantis (线段树+扫描线+离散化)
There are several ancient Greek texts that contain descriptions of the fabled island Atl
相关 【dp】Making the Grade POJ - 3666
Think: 1知识点:dp+sort()快速排序 2状态转移方程 dp[i][j]:i个数以b[j]作为第i个数的当前状态最优解; dp[i][j]
相关 POJ 2528 线段树+离散化
[POJ 2528][] 关键在于插入数据的顺序------从上往下依次插入每张海报,这样后插入的海报不可能覆盖先插入的海报,因此插入一张海报时,如果发现海
相关 poj3666(DP+离散化)
题目链接:http://poj.org/problem?id=3666 思路: 看了讨论区说本题的数据比较弱,只需要考虑不减序列即可,比较懒,所以我也只写了这一部分的代码,
相关 POJ3666 Making the Grade(dp+离散化)
题意:《算法竞赛进阶指南》P267-268。 分析:《算法竞赛进阶指南》P268-269。 代码(方法二): include<iostream>
相关 Poj 3581 Sequence (离散化+后缀数组)
题意:给定一个数列,将其分为非空的三段。然后分别将三段的数字翻转连接在一起组成新的数列。输出处理后字典序最小的结果。 思路:首先注意必须写成单Case的形式!!![while
相关 poj1733 Parity game(离散化+并查集)
题目链接:[http://poj.org/problem?id=1733][http_poj.org_problem_id_1733] 用sum数组表示序列的前缀和 1
还没有评论,来说两句吧...