摘要:
并查集:从入门到入土 2017-09-01 并查集一个神奇的算法 今天我们的s同学想学习一下并查集,就去找了几个水题刷一下... 入门题:P2839 畅通工程 就是求联通块的数量,-1就是答案。 #include<iostream> #include<cstdio> #include<cstdlib 阅读全文
摘要:
Travelling Salesman Problem 2017-09-01 Problem Description Problem Description Teacher Mai is in a maze with n rows and m columns. There is a non-nega 阅读全文