Loading...
IntroductionIt is a python script for analyzing performance of a C++ program,...
基本写法makefile常规版:all: test # 只输入make它就找第一个 test: product.o sum.o main.o fu...
Please enter the password to access:
问题LeetCode LCP 04该题看上去与二分图匹配无关,但其实可以转化成二分图匹配。一个骨牌恰好覆盖两格,而这两格必须是相邻的。因此如果把相邻的两格...
问题洛谷 P3366最小生成树的模板题。之前用Kruskal解过LeetCode上针对边的问题。这次用Prim算法解决。解决标准的Prim算法不再赘述。其...