Codeforces Round #409 (Div. 2) C. Voltage Keepsake 二分

C. Voltage Keepsake 二分 My Solution 题意:每个设备初始电量为bi,每秒消耗ai,然后充电器每秒可…

  • ACM-ICPC题解二分法
  • 2017/4/17
  • 124
  • HDU – 5769 Substring 后缀自动机+二分、新增distinct子串的个数和位置

    Substring 后缀自动机+二分  Source HDU - 5769 My Solution 题意:每次给出一个字母ch和一个字符串s…

  • ACM-ICPC题解字符串题
  • 2017/3/12
  • 130
  • Codeforces Round #402 (Div. 2) D. String Game 二分+优先队列+字符串匹配

    D. String Game 二分+优先队列+字符串匹配 My Solution 题意:给出文本串和目标串,然后给出一个文…

  • ACM-ICPC题解二分法
  • 2017/2/26
  • 147
  • POJ – 3882 Stammering Aliens 后缀数组、二分、二叉堆、ST表

    Stammering Aliens 后缀数组、二分、二叉堆、ST表  Source POJ - 3882 2009 South Western European R…

  • ACM-ICPC题解字符串题数据结构
  • 2017/2/17
  • 176
  • AtCoder – 2159 Connectivity 并查集+二分、快速的求出2个集合的交集

    A - 連結 / Connectivity 并查集+二分、快速的求出2个集合的交集  Source AtCoder - 2159 https://vj…

  • ACM-ICPC题解技巧题
  • 2017/1/17
  • 104
  • Codeforces Round #381 (Div. 2) D. Alyona and a tree dfs+二分+线段树延迟操作、树形化线性

    D. Alyona and a tree dfs+二分+线段树延迟操作、树形化线性 Source Codeforces Round #381 (Div. …

  • ACM-ICPC题解数据结构
  • 2016/11/27
  • 149
  • Codeforces Round #377 (Div. 2) D. Exams 二分+贪心 or 纯贪心水过

    D. Exams 二分+贪心 or 纯贪心水过 Source Codeforces Round #377 (Div. 2)   My Solution &n…

  • ACM-ICPC题解二分法贪心
  • 2016/11/15
  • 117
  • Codeforces Round #353 (Div. 2) D. Tree Construction __ Binary Search Tree

    D. Tree Construction Binary Search Tree Source D. Tree Construction My Solution 这个  constr…

  • ACM-ICPC题解二分法
  • 2016/5/17
  • 124