文件名称:Advent-of-Code-2020:我的Python 2020代码问世解决方案
文件大小:107KB
文件格式:ZIP
更新时间:2024-03-29 16:44:13
python advent-of-code coding-challenge advent-of-code-2020 Python
法规2020的到来 动画制作 我认为今年的《代码来临》有几天,特别是动画效果非常好。 第一个是,根据周围的人数,轮渡乘客上下座位。 这是我在第1部分中制作的动画,其中如果一个人被4个或更多的人包围,一个人将离开座位: 但是为什么必须是4? 如果我们选择更高或更低的数字会怎样? 事实证明,我们不应该选择较低的数字是有充分理由的。 但是有趣的是,如果将限制设置为5、6、7或8,它会如何工作。首先要注意的是,它收敛得更快-对于限制为5的情况,与之相比,该情况仅进行了11次迭代。在原始情况下为81,限制为4! 如果我们一直进行到8,则只需4个步骤: 但是无论我们选择哪个数字,其行为在质量上都是相似的,因为乘客只能“看到”直接坐在他们旁边的人。 这意味着一个地区的事件与其他地区的事件无关,因此我们看不到任何全球格局的出现。
【文件预览】:
Advent-of-Code-2020-main
----LICENSE(1KB)
----Scripts()
--------day16.py(3KB)
--------day3.py(1KB)
--------day8.py(2KB)
--------day14.py(3KB)
--------day19.py(2KB)
--------day23.py(2KB)
--------day5.py(1KB)
--------day20.py(6KB)
--------day22.py(3KB)
--------day24.py(3KB)
--------day6.py(831B)
--------day10.py(1KB)
--------day4.py(2KB)
--------day7.py(2KB)
--------day1.py(963B)
--------day18.py(2KB)
--------day11.py(3KB)
--------day25.py(866B)
--------day17.py(2KB)
--------day9.py(1KB)
--------day21.py(2KB)
--------day12.py(2KB)
--------day13.py(1KB)
--------day15.py(520B)
--------day2.py(1KB)
----.gitignore(2KB)
----README.md(1KB)
----Data()
--------day20_input.txt(17KB)
--------day7_input.txt(44KB)
--------day10_input.txt(283B)
--------day1_input.txt(992B)
--------day17_input.txt(71B)
--------day24_input.txt(13KB)
--------day22_input.txt(161B)
--------day9_input.txt(9KB)
--------day6_input.txt(18KB)
--------day19_rules.txt(2KB)
--------day2_input.txt(20KB)
--------day14_input.txt(14KB)
--------day8_input.txt(5KB)
--------day3_input.txt(10KB)
--------day4_input.txt(21KB)
--------day19_messages.txt(11KB)
--------day12_input.txt(3KB)
--------day11_input.txt(9KB)
--------day16_fields.txt(601B)
--------day18_input.txt(19KB)
--------day5_input.txt(9KB)
--------day13_input.txt(222B)
--------day16_tickets.txt(18KB)
--------day21_input.txt(18KB)