AIM Tech Round 3 (Div. 2) D. Recover the String 构造、贪心、多坑、WA162

D. Recover the String 构造、贪心、多坑、WA162 My Solution 构造、贪心、多坑、WA162 首先用杨辉…

  • ACM-ICPC题解贪心
  • 2016/8/26
  • 131
  • AIM Tech Round 3 (Div. 2) C. Letters Cyclic Shift 贪心、字典序

    C. Letters Cyclic Shift 贪心、字典序 My Solution 贪心、字典序 必须改一个子串使得得到的新串字…

  • ACM-ICPC题解贪心
  • 2016/8/26
  • 151
  • AIM Tech Round 3 (Div. 2) B. Checkpoints 排序、讨论

    B. Checkpoints 排序、讨论 My Solution 排序、讨论 if(a < val[0]) ans = val[n - 2] - a; else…

  • ACM-ICPC题解技巧题
  • 2016/8/26
  • 101
  • Codeforces Round #362 (Div. 2) C. Lorenzo Von Matterhorn LCA(最近公共祖先)

    C. Lorenzo Von Matterhorn LCA(最近公共祖先) Source Codeforces Round #362 (Div. 2)   My …

  • ACM-ICPC题解图论
  • 2016/8/23
  • 133
  • Codeforces Round #362 (Div. 2) B. Barnicle 科学记数法、表达式处理

    B. Barnicle 科学记数法、表达式处理 Source Codeforces Round #362 (Div. 2)   My Solution …

  • ACM-ICPC题解
  • 2016/8/23
  • 150
  • UVALive 5971 Permutation Counting 组合学、递推

    Permutation Counting 组合学、递推 Source UESTC 2016 Summer Training #11 Div.2 UVALive 5971 &nbs…

  • ACM-ICPC题解数学题
  • 2016/8/17
  • 148
  • Gym 100952H Special Palindrome 非递减的回文串、dfs打表、查数列网站OEIS

    H - Special Palindrome 非递减的回文串、dfs打表、查数列网站OEIS Source UESTC 2016 Summer Train…

  • ACM-ICPC题解数学题
  • 2016/8/10
  • 129
  • UESTC 1252 24点游戏 DFS

    24点游戏 DFS Source 第七届ACM趣味程序设计竞赛第二场(正式赛) E My Solution 是学长提醒…

  • ACM-ICPC题解dfs/bfs
  • 2016/8/9
  • 126
  • Moscow Subregional 2010 Problem A. Alien Visit 计算几何、连续圆的总面积

    ACM ICPC 2010-2011 NEERC Moscow Subregional Contest Moscow, October 24, 2010 Problem A. Alien V…

  • ACM-ICPC题解计算几何
  • 2016/8/8
  • 154
  • UVALive 6910 Cutting Tree 并查集

    Cutting Tree 并查集 Source UESTC 2016 Summer Training #19 UVALive 6910   My Solution 简单…

  • ACM-ICPC题解数据结构
  • 2016/8/3
  • 129