HDU – 3887 Counting Offspring dfs序+线段树

Counting Offspring dfs序+线段树  Source HDU - 3887 My Solution 题意:问对于每个节点,它的子树上…

  • ACM-ICPC题解数据结构
  • 2017/10/11
  • 142
  • POJ – 3321 Apple Tree dfs序+线段树 简单题

    Apple Tree dfs序+线段树 简单题 Source POJ - 3321   My Solution 题意:初始时树上每个节点都…

  • ACM-ICPC题解数据结构
  • 2017/10/11
  • 151
  • UESTC 1591 An easy problem A ST表、简单题

    An easy problem A ST表、简单题 Source 2017 UESTC Training for Data Structures UESTC 1591 An eas…

  • ACM-ICPC题解数据结构
  • 2017/10/10
  • 131
  • XIII Open Championship Problem E. Enter the Word Problem 后缀自动机+贪心

    Problem E. Enter the Word 后缀自动机+贪心   Source XIII Open Championship of Y.Kupala Grod…

  • ACM-ICPC题解字符串题
  • 2017/10/6
  • 150
  • Codeforces Round #345 (Div. 2) D. Image Preview __ two pointers and pretreat

    D. Image Preview two pointers and pretreat My Solution This is really a good problem for me …

  • ACM-ICPC题解dfs/bfs
  • 2017/10/6
  • 151
  • Codeforces Round #408 (Div. 2) D. Police Stations 最短路、BFS

    D. Police Stations 最短路、BFS My Solution 题意:有一棵无根树,有一些节点上有一些标记(poli…

  • ACM-ICPC题解图论
  • 2017/10/5
  • 148
  • UESTC 1641 此情无计可消除,才下眉头,却上心头。 最小生成树、Kruskal

    此情无计可消除,才下眉头,却上心头。 最小生成树、Kruskal Source 2017 UESTC Training for Graph T…

  • ACM-ICPC题解图论
  • 2017/9/29
  • 395
  • HDU – 4355 Party All the Time 三分

    Party All the Time 三分 Source HDU - 4355 My Solution 题意:每个spirit有一个位置xi一个全中w[i]…

  • ACM-ICPC题解二分法
  • 2017/9/25
  • 163
  • The 14th UESTC Programming Contest Final I – Intersection 计算几何、积分、精度

    ​I - Intersection 计算几何、积分、精度 My Solution 画个图,然后,分成小圆锥和球用平面切下来…

  • ACM-ICPC题解计算几何
  • 2017/9/22
  • 149
  • URAL 2026 Dean and Schedule 贪心、双端队列(deque)、队列(queue)

    C - Dean and Schedule 贪心、双端队列(deque)、队列(queue) Source UESTC 2016 Summer Training #1…

  • ACM-ICPC题解贪心
  • 2017/9/22
  • 143