Codeforces 620E New Year Tree dfs序+线段树+状态压缩

E. New Year Tree dfs序+线段树+状态压缩 My Solution 题意:给定一棵树,每个节点都有颜色,然后询…

  • ACM-ICPC题解数据结构
  • 2017/10/20
  • 170
  • HDU – 6203 ping ping ping LCA倍增算法+dfs序+线段树

    ping ping ping LCA倍增算法+dfs序+线段树  Source HDU - 6203   My Solution 题意:给出一颗…

  • ACM-ICPC题解数据结构图论
  • 2017/10/16
  • 146
  • HDU – 3887 Counting Offspring dfs序+线段树

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

  • ACM-ICPC题解数据结构
  • 2017/10/11
  • 143
  • UESTC 1592 An easy problem B 线段树区间合并

    An easy problem B 线段树区间合并 Source 2017 UESTC Training for Data Structures UESTC 1592 An e…

  • ACM-ICPC题解数据结构
  • 2017/7/20
  • 179
  • UESTC 1581 Rikka的烦恼 分块、线段树

    Rikka的烦恼 分块、线段树 Source 17暑假前集训-数据结构专题 By AutSky_JadeK 2017 UESTC Training …

  • ACM-ICPC题解数据结构
  • 2017/5/16
  • 158
  • UESTC 1597 An easy problem C 线段树+延迟操作+一次函数

    An easy problem C 线段树+延迟操作+一次函数 Source 2017 UESTC Training for Data Structures UESTC…

  • ACM-ICPC题解
  • 2017/5/16
  • 107
  • Gym – 101102C C. Bored Judge 线段树+贪心+反向推

    C. Bored Judge 线段树+贪心+反向推 Source 2016 ACM Amman Collegiate Programming Contest UESTC…

  • ACM-ICPC题解数据结构
  • 2017/1/14
  • 156
  • UESTC 764 失落的圣诞节 直接or线段树orRMQ

    失落的圣诞节 线段树orRMQ Source UESTC 764 (CDOJ 764) My Solution 首先是有组合void的,分成…

  • ACM-ICPC题解数据结构
  • 2016/12/11
  • 152
  • 2016 UESTC Training for Data Structures Q – 昊昊爱运动 II 线段树+延迟操作+bitset

    Q - 昊昊爱运动 II 线段树+延迟操作+bitset Source 2016 UESTC Training for Data Structures  P…

  • ACM-ICPC题解数据结构
  • 2016/5/1
  • 159