UESTC 2016 Summer Training #1 Div.2 H – Queue (A) 贪心

H - Queue (A) 贪心 Source http://acm.hust.edu.cn/vjudge/contest/view.action?cid=121539#proble…

  • ACM-ICPC题解贪心
  • 2017/7/6
  • 137
  • UESTC 1018 王之新学期 贪心法

    王之新学期 贪心法 My Solution 关键是对奇偶讨论,中间位置,  以及迭代停止的位置,和额外讨论…

  • ACM-ICPC题解贪心
  • 2017/5/22
  • 124
  • UESTC 1603 BanG Dreamer 小根堆、贪心+set>+low_bound

    BanG Dreamer 小根堆、贪心 Source 17暑假前集训-数据结构专题 By AutSky_JadeK 2017 UESTC Training…

  • ACM-ICPC题解数据结构
  • 2017/5/16
  • 446
  • UESTC 1595 老司机的毒奶 贪心+二叉树+优先队列

    老司机的毒奶 贪心+二叉树+优先队列 Source 2017 UESTC Training for Data Structures UESTC 1595 老…

  • ACM-ICPC题解数据结构
  • 2017/5/16
  • 149
  • Gym – 101102B B. The Little Match Girl 贪心、数论、分步

    B. The Little Match Girl 贪心、数论、分步 Source 2016 ACM Amman Collegiate Programming Con…

  • ACM-ICPC题解数学题
  • 2017/4/20
  • 162
  • Codeforces Round #401 (Div. 2) D. Cloud of Hashtags 贪心、字符串处理

    D. Cloud of Hashtags 贪心、字符串处理 My Solution 题意:给出n个字符串,要求删除尽可能短的后缀…

  • ACM-ICPC题解贪心
  • 2017/2/25
  • 148
  • Codeforces Round #394 (Div. 2) D. Dasha and Very Difficult Problem 贪心

    D. Dasha and Very Difficult Problem 贪心 My Solution 题意:数组a、b,由bi - ai 得到ci,要求每…

  • ACM-ICPC题解
  • 2017/2/1
  • 117
  • Codeforces Round #394 (Div. 2) C. Dasha and Password 贪心+预处理+枚举

    C. Dasha and Password 贪心+预处理+枚举 My Solution 题意:长度为n的密码必须包含至少一个字母一…

  • ACM-ICPC题解贪心
  • 2017/2/1
  • 119
  • UVA – 11475 Extend to Palindrome manacher+贪心

    E - Extend to Palindrome manacher+贪心   Source UVA - 11475 My Solution 题意:给出一个字符串,…

  • ACM-ICPC题解字符串题
  • 2017/1/18
  • 138
  • Good Bye 2016 C. New Year and Rating 不等式+贪心、数学

    C. New Year and Rating 不等式+贪心、数学 My Solution 题意:rating == 1900是区分各个分组的界限…

  • ACM-ICPC题解贪心
  • 2017/1/14
  • 149