Intel Code Challenge Elimination Round (Div.1 + Div.2, combined) C. Destroying Array 双向链表+反向做+优先队列

C. Destroying Array 双向链表+反向做+优先队列 My Solution 双向链表+反向做+优先队列 反向做,按…

  • ACM-ICPC题解数据结构
  • 2016/10/3
  • 147
  • Codeforces Round #363 (Div. 2) D. Fix a Tree __ dfs+剪枝+标记数组

    D. Fix a Tree dfs+剪枝+标记数组 Source Codeforces Round #363 (Div. 2)   My Solution dfs…

  • ACM-ICPC题解dfs/bfs
  • 2016/9/29
  • 132
  • 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
  • 139
  • HDU 5904 LCIS __ dp、LCIS

    LCIS dp Source BestCoder Round #87   My Solution dp、LCIS、 最长公共上升子序列且每次递增 …

  • ACM-ICPC题解dp
  • 2016/9/27
  • 134
  • Codeforces Round #364 (Div. 2) C. They Are Everywhere __ two pointers or binary search

    C. They Are Everywhere two pointers or binary search Source Codeforces Round #364 (Div. 2) &…

  • ACM-ICPC题解二分法
  • 2016/9/25
  • 151
  • Codeforces Round #364 (Div. 2) D. As Fast As Possible __ binary search、方程 或解方程 直接解出答案

    D. As Fast As Possible binary search、方程 或解方程 直接解出答案 Source Codeforces Round #36…

  • ACM-ICPC题解技巧题
  • 2016/9/25
  • 141
  • Codeforces Round #372 (Div. 2) B. Complete the Word __ two pointers、队列(queue)

    B. Complete the Word two pointers、队列(queue) Source Codeforces Round #372 (Div. 2)   …

  • ACM-ICPC题解数据结构
  • 2016/9/23
  • 113
  • Codeforces Round #372 (Div. 2) D. Complete The Graph 图论、最短路、Dijkstra、路径、分配部分边权

    D. Complete The Graph 图论、最短路、Dijkstra、路径、分配部分边权 Source Codeforces Round #37…

  • ACM-ICPC题解图论
  • 2016/9/23
  • 131
  • Codeforces Round #371 (Div. 2) C. Sonya and Queries 压位、二进制来状态压缩

    C. Sonya and Queries 压位、二进制来状态压缩 Source Codeforces Round #371 (Div. 2)   My …

  • ACM-ICPC题解dp
  • 2016/9/17
  • 132
  • Codeforces Round #365 (Div. 2) D. Mishka and Interesting sum 离线操作,树状数组,last[value],异或和

    D. Mishka and Interesting sum 离线操作,树状数组,last[value],异或和 Source Codeforces Roun…

  • ACM-ICPC题解数据结构
  • 2016/9/16
  • 159