随机算法我也只是稍微接触了一下,就是想写篇博客自己稍微总结一下 其实随机算法也算是一个玄学吧,运气不好还是会wa.但是我们知道,计算机可以在短时间内计算大量的数据,所以碰到正确答案的概率还是挺大的. 当然随机不是随机答案啦,对于不同的题有可以不同的随机对象.通常我们会在一下情况下用随机: 1.逐个枚举太多无用的情况下选择随机 以减少枚举次数 2.判断正确性的时候降低暴力判断的复杂度 下面还是放题吧 poj2454 Jersey Politics Description In the newest…
Description In the newest census of Jersey Cows and Holstein Cows, Wisconsin cows have earned three stalls in the Barn of Representatives. The Jersey Cows currently control the state's redistricting committee. They want to partition the state into th…