Codeforces Round #400 (Div. 1 + Div. 2, combined) C. Molly’s Chemicals 区间和、构造、前缀的后缀

C. Molly's Chemicals 区间和、构造、前缀的后缀 My Solution 题意:给出n个数字,要求选出一段连续…

  • ACM-ICPC题解技巧题
  • 2017/7/31
  • 126
  • URAL 2098 Lada Priora 卡精度

    I - Lada Priora 卡精度 Source UESTC 2016 Summer Training #15 Div.2 URAL 2098 My Solution 直接…

  • ACM-ICPC题解数学题
  • 2017/7/29
  • 132
  • HDU – 3487 Play with Chain __ Splay

    Play with Chain Splay  Source HDU - 3487 My Solution 题意:对1~n这n个数,进行m次操作,分别可以…

  • ACM-ICPC题解数据结构
  • 2017/7/29
  • 406
  • Gym – 101164C Castle KMP的拓展、next数组+dp、好题

    Problem C Castle KMP的拓展、next数组+dp、好题 Source ACM-ICPC Southeastern European Regional Pr…

  • ACM-ICPC题解字符串题
  • 2017/7/25
  • 147
  • Gym 100952E E. Arrange Teams dfs、剪枝

    E - Arrange Teams dfs、剪枝 Source UESTC 2016 Summer Training #21 Gym 100952E My Solution df…

  • ACM-ICPC题解dfs/bfs
  • 2017/7/25
  • 140
  • Codeforces Round #353 (Div. 2) B. Restoring Painting __ map or set 、思维题

    B. Restoring Painting map or set 、思维题 My Solution 自己画一个3*3的方格图, 然后标上 a…

  • ACM-ICPC题解技巧题
  • 2017/7/24
  • 144
  • UESTC 1593 老司机破阵 优先队列+双端链表

    老司机破阵 优先队列+双端链表 Source 2017 UESTC Training for Data Structures UESTC 1593 老司机破…

  • ACM-ICPC题解数据结构
  • 2017/7/24
  • 132
  • Codeforces Round #420 (Div. 2) C. Okabe and Boxes 栈+last标记+贪心

    C. Okabe and Boxes 栈+last标记+贪心 My Solution 题意:有1~n这n个数,给出一个stack的push和pop…

  • ACM-ICPC题解数据结构
  • 2017/7/23
  • 149
  • Gym – 101173F Free Figurines 思维题+并查集

    Problem F: Free Figurines 并查集 Source Central Europe Regional Contest 2016      Zagreb, Novem…

  • ACM-ICPC题解数据结构
  • 2017/7/21
  • 180
  • UESTC 1263 The Desire of Asuna 贪心法&&构造法

    The Desire of Asuna 贪心法&&构造法 Source 第七届ACM趣味程序设计竞赛第三场(正式…

  • ACM-ICPC题解贪心
  • 2017/7/20
  • 164