Python_enjoy 的随机化好题

题单介绍

这里是我整理出来的随机化好题。 [浅谈随机化](https://www.luogu.com.cn/article/31zinmi9) [再谈随机化](https://www.luogu.com.cn/article/mqwzww82) # 题目对应算法 [[USACO13OPEN] Haywire B](https://www.luogu.com.cn/problem/P2210):朴素随机化 [[SEERC 2018] Modern Djinn](https://www.luogu.com.cn/problem/P5870):朴素随机化 [【模板】三分 / 函数 / [ICPC-Chengdu 2010] Error Curves](https://www.luogu.com.cn/problem/P1883):爬山算法 [三分](https://www.luogu.com.cn/problem/P3382):爬山算法 [[JSOI2004] 平衡点 / 吊打XXX](https://www.luogu.com.cn/problem/P1337):模拟退火 [[HAOI2006] 均分数据](https://www.luogu.com.cn/problem/P2503):朴素随机化 [[TJOI2010] 分金币](https://www.luogu.com.cn/problem/P3878):模拟退火 [错觉](https://www.luogu.com.cn/problem/P14148):朴素随机化 [[AHOI2014/JSOI2014] 保龄球](https://www.luogu.com.cn/problem/P4044):模拟退火 [[JSOI2016] 炸弹攻击1](https://www.luogu.com.cn/problem/P5544):模拟退火 [[JRKSJ R2] Dark Forest](https://www.luogu.com.cn/problem/P7812):模拟退火 [[TJOI2015] 线性代数](https://www.luogu.com.cn/problem/P3973):朴素随机化或模拟退火 [Run Away](https://www.luogu.com.cn/problem/P6505):爬山算法或模拟退火

题目列表

  • [USACO13OPEN] Haywire B
  • [SEERC 2018] Modern Djinn
  • 【模板】三分 / 函数 / [ICPC-Chengdu 2010] Error Curves
  • 三分
  • [JSOI2004] 平衡点 / 吊打XXX
  • [HAOI2006] 均分数据
  • [TJOI2010] 分金币
  • 错觉
  • [AHOI2014/JSOI2014] 保龄球
  • [JSOI2016] 炸弹攻击1
  • [JRKSJ R2] Dark Forest
  • [TJOI2015] 线性代数
  • Run Away