Codeforces Round #375 (Div. 2) D. Lakes in Berland __ dfs+贪心+小根堆

D. Lakes in Berland dfs+贪心+小根堆 Source Codeforces Round #375 (Div. 2)   My Solution…

  • ACM-ICPC题解dfs/bfs
  • 2016/10/16
  • 138
  • Intel Code Challenge Final Round (Div. 1 + Div. 2, Combined) D. Dense Subsequence ST表+贪心

    D. Dense Subsequence ST表+贪心 My Solution ST表+贪心 ST表,用O(nlogn)的预处理,然后O(1)查询,…

  • ACM-ICPC题解字符串题
  • 2016/10/13
  • 388
  • Intel Code Challenge Elimination Round (Div.1 + Div.2, combined) D. Generating Sets __ dfs+优先队列+贪心

    D. Generating Sets dfs+优先队列+贪心 My Solution dfs+优先队列+贪心 向把数读入到priority_queue…

  • ACM-ICPC题解dfs/bfs
  • 2016/10/3
  • 144
  • Codeforces Round #363 (Div. 2) C. Vacations 贪心+dp

    C. Vacations 贪心+dp Source Codeforces Round #363 (Div. 2)   My Solution 贪心+dp //!从…

  • ACM-ICPC题解贪心
  • 2016/9/28
  • 138
  • 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
  • 150
  • URAL 2025 Line Fighting 水题、贪心、均分

    B - Line Fighting 水题、贪心、均分 Source UESTC 2016 Summer Training #17 Div.2 URAL 2025 &nbs…

  • ACM-ICPC题解技巧题
  • 2016/7/30
  • 125
  • UESTC 1170 红与蓝 计算几何、贪心、红蓝点对

    D - EN TARO Artanis 计算几何、贪心、红蓝点对 Source UESTC 2016 Summer Training #16 Div…

  • ACM-ICPC题解计算几何
  • 2016/7/28
  • 135
  • UESTC 1261 被神选中的人 贪心

    被神选中的人 贪心 Source 每周一题 My Solution 这个题目看上去好像很难,好多烟雾弹,参透其…

  • ACM-ICPC题解贪心
  • 2016/4/8
  • 113
  • UESTC 1251 谕神的密码 贪心

      谕神的密码 贪心 Source 第七届ACM趣味程序设计竞赛第二场(正式赛)B My Solution w9=s/9…

  • ACM-ICPC题解贪心
  • 2015/12/26
  • 128