Hello Cucumber
It’s a bit difficult to try to use Cucumber following official document. So here I’m documenting my experience on setting up Cucumber together with Junit.
It’s a bit difficult to try to use Cucumber following official document. So here I’m documenting my experience on setting up Cucumber together with Junit.
See 数位 DP 通用模板,附题单(Python/Java/C++/Go).
1 | class Solution: |
See 两种 Dijkstra 写法(附题单)Python/Java/C++/Go/JS/Rust.
1 | class Solution: |
See 线性 DP,附相似题目(Python/Java/C++/Go)
1 | class Solution: |
1 | class Solution: |
题目详单见 [kuangbin带你飞]专题1-23。
算法介绍见 并查集 - OI Wiki。
每修复一台电脑,就尝试连接其他已修复的电脑,使用并查集维护连通关系。
题目详单见 [kuangbin带你飞]专题1-23。
算法介绍见 最短路 - OI Wiki。
求最短路,方法参见 最短路 - OI Wiki。