AdventOfCode2020:https:adventofcode.com2020

时间:2024-03-06 13:13:02
【文件属性】:

文件名称:AdventOfCode2020:https:adventofcode.com2020

文件大小:118KB

文件格式:ZIP

更新时间:2024-03-06 13:13:02

Python

AdventOfCode2020 问题工作区详细信息 每天的问题都分解到一个特定的文件夹中。 每天可能有多个问题,因此每个问题的问题编号标记为1、2、3等,在日文件夹的README.md文件中具有与该问题相关的更多详细信息。 通常,第一次尝试通常是通过蛮力方法进行的解决方案,可以在1_2 ...,1_3 ..文件中找到进一步优化空间或权衡时间的尝试。 考虑到执行时间和可读性/可维护性考虑因素,在optimization.py文件中进一步分析了后续尝试改进解决方案的方法。 其他想法 通过Python 3.7解决了问题


【文件预览】:
AdventOfCode2020-main
----day1()
--------2_2_find_total_in_column_three_items.py(1KB)
--------1_1_find_total_in_column.py(1KB)
--------input.txt(991B)
--------README.md(1KB)
--------2_1_find_total_in_column_three_items.py(1KB)
----.gitignore(7B)
----day5()
--------input.txt(10KB)
--------README.md(3KB)
--------1_1_binary_seat_finder.py(4KB)
--------2_1_binary_seat_finder.py(2KB)
----day8()
--------example.txt(64B)
--------input.txt(5KB)
--------2_1_find_infinite_loop_fix.py(2KB)
--------1_1_find_infinite_loop.py(1KB)
--------README.md(4KB)
----day13()
--------example.txt(24B)
--------1_1_shuttle_search.py(2KB)
--------input.txt(179B)
--------README.md(6KB)
--------2_1_shuttle_search.py(2KB)
----day9()
--------example.txt(70B)
--------2_1_xmas_sum_preamble_cipher.py(3KB)
--------input.txt(9KB)
--------README.md(3KB)
--------1_1_xmas_sum_preamble_cipher.py(2KB)
----day3()
--------input.txt(10KB)
--------README.md(4KB)
--------1_1_slope_tree_find.py(2KB)
--------2_1_slope_tree_find_multiple_slopes.py(3KB)
----day6()
--------example.txt(29B)
--------input.txt(17KB)
--------README.md(3KB)
--------example_2.txt(29B)
--------2_1_survey_question_checker.py(1KB)
--------1_1_survey_question_checker.py(864B)
----README.md(745B)
----day14()
--------example.txt(80B)
--------1_1_mask_bit_manipulate.py(4KB)
--------input.txt(14KB)
--------external.py(950B)
--------external_results.txt(19KB)
--------my_results.txt(19KB)
--------README.md(6KB)
----day2()
--------input.txt(20KB)
--------README.md(3KB)
--------1_1_valid_password_verifier.py(2KB)
--------2_1_valid_password_verifier_specific_char_loc.py(2KB)
----day12()
--------example.txt(18B)
--------input.txt(3KB)
--------README.md(4KB)
--------2_1_manhattan_distance.py(3KB)
--------1_1_manhattan_distance.py(2KB)
----day7()
--------example.txt(512B)
--------input.txt(44KB)
--------2_1_bag_finder_fit.py(3KB)
--------1_1_bag_finder_fit.py(1KB)
--------README.md(4KB)
--------example_2.txt(297B)
----day11()
--------example.txt(110B)
--------input.txt(9KB)
--------1_1_fill_seats_check.py(4KB)
--------2_1_fill_seats_check.py(6KB)
--------README.md(5KB)
--------test_scenario_8_occupied.txt(90B)
--------test_scenario_no_occupied.txt(56B)
--------test_scenario_one_empty_seat.txt(41B)
----day10()
--------example.txt(28B)
--------input.txt(342B)
--------2_1_adapter_manager.py(2KB)
--------1_1_adapter_manager.py(2KB)
--------README.md(6KB)
--------example2.txt(86B)
----day4()
--------example_invalid_passports.txt(294B)
--------input.txt(21KB)
--------README.md(5KB)
--------example_valid_passports.txt(301B)
--------2_1_valid_passport_verifier.py(8KB)
--------1_1_valid_passport_verifier.py(3KB)
--------example_data.txt(282B)

网友评论