Difference between revisions of "Competitive Programming: For All (2019)"

From EOJ Wiki
Jump to navigation Jump to search
Line 34: Line 34:
  
 
2019.3.10 [[http://codeforces.com/group/ki6jEDpY8g/contest/240026 Training 02: Greedy Algorithms]]
 
2019.3.10 [[http://codeforces.com/group/ki6jEDpY8g/contest/240026 Training 02: Greedy Algorithms]]
 
| # | Tag | Idea | Developer | Tester |
 
| ------:| ------: | ------:| ------:| ------:|
 
| A | 构造 几何 | <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> | <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> | <a class="user text semi-bold red " href="/profile/12940/">Weaver_zhu </a> |
 
| B | 抽屉原理 | <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> | <a class="user text semi-bold grey " href="/profile/1/">ultmaster </a> |
 
| C | 构造 | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | Special Judge |
 
| D | 数学 | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/12940/">Weaver_zhu </a> <a class="user text semi-bold grey " href="/profile/1/">ultmaster </a> |
 
| E | 二分 拓扑排序 最长路 | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a>| <a class="user text semi-bold grey " href="/profile/1/">ultmaster </a> <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> |
 
| F | 数学 滑动窗口 | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold red " href="/profile/39121/">Xiejiadong </a> | <a class="user text semi-bold grey " href="/profile/1/">ultmaster </a> <a class="user text semi-bold red " href="/profile/39127/">Kilo_5723 </a> |
 

Revision as of 08:24, 7 March 2019

Announcement

  • Because of the lab is occupied,the selection on 3.13 is postponed until Sunday (3.17) ,and we cancel the training on 3.17.

Schedule

For all: Wednesday, Week 2 - ?

For beginers: Sunday, Week 2 - ?

Selections

2018.12.26 [2019 XCPC Newbie Selection #1 (South Pacific ICPC Regional Finals 2018)]

  • Prepared by F0RE1GNERS.

2019.1.2 [2019 XCPC Newbie Selection #2 (Nordic Collegiate Programming Contest 2018)] [solutions]

  • Prepared by Xiejiadong.

2019.2.22 [2019 ECNU XCPC February Selection] [solutions]

  • Prepared by Xiejiadong and Kilo_5723.

2019.2.27 [2019 ECNU XCPC March Selection #1] [solutions]

  • Prepared by Xiejiadong.

2019.3.6 [2019 ECNU XCPC March Selection #2] [solutions]

  • Prepared by Kilo_5723.

2019.3.17 [[]]

  • Prepared by Weaver_zhu.

Exercises

2019.3.3 [Training 01: Graphs, Shortest Paths, Flows] [solutions]

2019.3.10 [Training 02: Greedy Algorithms]