Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adventofcode #25

Merged
merged 26 commits into from
Jul 6, 2024
Merged

Adventofcode #25

merged 26 commits into from
Jul 6, 2024

Conversation

iglesias
Copy link
Owner

No description provided.

I am guessing the unordered_set gets very large.
Visualization using escape code.
Refactor.
For part two, printing number garden plots at each step. Checking the
sequence and difference sequence in Python shows kind of exponential
and a periodic-like function with an exponential trend, respectively.
Remove building of step counter since with pybind I set up CMake.
The build with CMake manually, without nob, using tmate, didn't
work due to some errors that seem to do with either the version
of pybind or the compiler / compilation flags.
Copy link

github-actions bot commented Jul 6, 2024

📌 Duplicate code detection tool report

The tool analyzed your source code and found the following degree of similarity between the files:

adventofcode/2015/day/01/aoc_15_day_1_floors.cpp

📄 adventofcode/2015/day/01/aoc_15_day_1_floors.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 12.88
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 12.18
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 12.06
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 11.69
adventofcode/2023/day/21/step_counter.cpp 10.91
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp 10.44
adventofcode/2016/day/1/aoc_2016_day_1.cpp 10.4
adventofcode/2015/day/02/aoc_15_day_2_gifts.cpp

📄 adventofcode/2015/day/02/aoc_15_day_2_gifts.cpp

File Similarity (%)
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.py 19.91
adventofcode/2015/day/03/aoc_15_day_03.cpp

📄 adventofcode/2015/day/03/aoc_15_day_03.cpp

File Similarity (%)
adventofcode/2023/day/23/a_long_walk.cpp 17.76
adventofcode/2023/day/06/aoc_2023_day_6_w8_4_it.cpp 12.11
adventofcode/2023/day/01/trebuchet.cpp 11.86
adventofcode/2015/day/09/traveling_santa_problem.cpp

📄 adventofcode/2015/day/09/traveling_santa_problem.cpp

File Similarity (%)
adventofcode/2023/day/01/trebuchet.cpp 23.88
adventofcode/2016/day/1/aoc_2016_day_1.cpp 17.61
adventofcode/2016/day/1/aoc_2016_day_1.cpp

📄 adventofcode/2016/day/1/aoc_2016_day_1.cpp

File Similarity (%)
adventofcode/2015/day/09/traveling_santa_problem.cpp 17.61
adventofcode/2023/day/01/trebuchet.cpp 15.09
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 10.4
adventofcode/2016/day/1/aoc_2016_day_1.py

📄 adventofcode/2016/day/1/aoc_2016_day_1.py

File Similarity (%)
adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.py 14.18
adventofcode/2023/day/24/never_tell_me_the_odds.py 10.63
adventofcode/2022/day/17/aoc_22_day_17_rocks.cpp

📄 adventofcode/2022/day/17/aoc_22_day_17_rocks.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 14.63
adventofcode/2022/day/19/aoc_day_19_geodes.cpp 12.99
adventofcode/2022/day/18/aoc_22_day_18.cpp

📄 adventofcode/2022/day/18/aoc_22_day_18.cpp

File Similarity (%)
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 10.01
adventofcode/2022/day/19/aoc_day_19_geodes.cpp

📄 adventofcode/2022/day/19/aoc_day_19_geodes.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 31.87
adventofcode/2022/day/17/aoc_22_day_17_rocks.cpp 12.99
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 11.98
adventofcode/2023/day/08/haunted_wasteland.cpp 11.01
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp

📄 adventofcode/2022/day/22/aoc_22_day_22_warp.cpp

File Similarity (%)
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 12.52
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 11.64
adventofcode/2023/day/17/clumsy_crucible.cpp 11.21
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 11.14
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 10.21
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp

📄 adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 14.05
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp 13.23
adventofcode/2022/day/19/aoc_day_19_geodes.cpp 11.98
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 11.27
adventofcode/2023/day/23/a_long_walk.cpp 11.22
adventofcode/2023/day/21/step_counter.cpp 10.52
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 10.37
adventofcode/2023/day/17/clumsy_crucible.cpp 10.37
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp 10.21
adventofcode/2022/day/18/aoc_22_day_18.cpp 10.01
adventofcode/2022/day/25/snafu.cpp

📄 adventofcode/2022/day/25/snafu.cpp

File Similarity (%)
adventofcode/2023/day/06/aoc_2023_day_6_w8_4_it.cpp 10.43
adventofcode/2023/day/08/haunted_wasteland.cpp 10.23
adventofcode/2023/day/01/trebuchet.cpp

📄 adventofcode/2023/day/01/trebuchet.cpp

File Similarity (%)
adventofcode/2015/day/09/traveling_santa_problem.cpp 23.88
adventofcode/2016/day/1/aoc_2016_day_1.cpp 15.09
adventofcode/2015/day/03/aoc_15_day_03.cpp 11.86
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp 10.7
adventofcode/2023/day/19/aplenty.cpp 10.27
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp

📄 adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp

File Similarity (%)
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 17.78
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 13.23
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 10.79
adventofcode/2023/day/01/trebuchet.cpp 10.7
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 10.44
adventofcode/2023/day/04/scratchcards.cpp

📄 adventofcode/2023/day/04/scratchcards.cpp

File Similarity (%)
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 11.84
adventofcode/2023/day/08/haunted_wasteland.cpp 11.2
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 10.03
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp

📄 adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp

File Similarity (%)
adventofcode/2023/day/19/aplenty.cpp 19.37
adventofcode/2023/day/11/cosmic_expansion.cpp 14.39
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 12.44
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 12.23
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 11.88
adventofcode/2023/day/21/step_counter.cpp 11.36
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 10.37
adventofcode/2023/day/06/aoc_2023_day_6_w8_4_it.cpp

📄 adventofcode/2023/day/06/aoc_2023_day_6_w8_4_it.cpp

File Similarity (%)
adventofcode/2015/day/03/aoc_15_day_03.cpp 12.11
adventofcode/2023/day/08/haunted_wasteland.cpp 10.44
adventofcode/2022/day/25/snafu.cpp 10.43
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.cpp

📄 adventofcode/2023/day/07/aoc_23_day_7_camel_cards.cpp

File Similarity (%)
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.py 15.15
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.py

📄 adventofcode/2023/day/07/aoc_23_day_7_camel_cards.py

File Similarity (%)
adventofcode/2015/day/02/aoc_15_day_2_gifts.cpp 19.91
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.cpp 15.15
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.py 11.45
adventofcode/2023/day/08/haunted_wasteland.cpp

📄 adventofcode/2023/day/08/haunted_wasteland.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 12.32
adventofcode/2023/day/04/scratchcards.cpp 11.2
adventofcode/2023/day/23/a_long_walk.cpp 11.04
adventofcode/2022/day/19/aoc_day_19_geodes.cpp 11.01
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 10.56
adventofcode/2023/day/06/aoc_2023_day_6_w8_4_it.cpp 10.44
adventofcode/2022/day/25/snafu.cpp 10.23
adventofcode/2023/day/19/aplenty.cpp 10.21
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp

📄 adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp

File Similarity (%)
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp 17.78
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 17.63
adventofcode/2023/day/21/step_counter.cpp 15.26
adventofcode/2023/day/25/snowverload_after_draw_graph.cpp 13.03
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 12.06
adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.cpp 10.57
adventofcode/2023/day/08/haunted_wasteland.cpp 10.56
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 10.12
adventofcode/2023/day/12/hot_springs.cpp 10.1
adventofcode/2023/day/04/scratchcards.cpp 10.03
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp

📄 adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 35.72
adventofcode/2023/day/21/step_counter.cpp 23.62
adventofcode/2023/day/11/cosmic_expansion.cpp 20.15
adventofcode/2023/day/23/a_long_walk.cpp 15.79
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 15.61
adventofcode/2023/day/17/clumsy_crucible.cpp 13.54
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp 12.52
adventofcode/2023/day/16/aoc_23_day_16_the_floor_will_be_lava.cpp 12.25
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 11.69
adventofcode/2023/day/11/cosmic_expansion.cpp

📄 adventofcode/2023/day/11/cosmic_expansion.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 24.71
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 20.15
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 14.39
adventofcode/2023/day/21/step_counter.cpp 14.03
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 11.21
adventofcode/2023/day/19/aplenty.cpp 10.94
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 10.45
adventofcode/2023/day/12/hot_springs.cpp

📄 adventofcode/2023/day/12/hot_springs.cpp

File Similarity (%)
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 10.1
adventofcode/2023/day/14/parabolic_reflector_dish.cpp

📄 adventofcode/2023/day/14/parabolic_reflector_dish.cpp

File Similarity (%)
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 35.72
adventofcode/2022/day/19/aoc_day_19_geodes.cpp 31.87
adventofcode/2023/day/11/cosmic_expansion.cpp 24.71
adventofcode/2023/day/21/step_counter.cpp 22.89
adventofcode/2023/day/16/aoc_23_day_16_the_floor_will_be_lava.cpp 17.67
adventofcode/2023/day/23/a_long_walk.cpp 16.41
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 15.11
adventofcode/2022/day/17/aoc_22_day_17_rocks.cpp 14.63
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 14.05
adventofcode/2023/day/19/aplenty.cpp 13.34
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 12.88
adventofcode/2023/day/17/clumsy_crucible.cpp 12.52
adventofcode/2023/day/08/haunted_wasteland.cpp 12.32
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 12.23
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp 11.64
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 10.12
adventofcode/2023/day/16/aoc_23_day_16_the_floor_will_be_lava.cpp

📄 adventofcode/2023/day/16/aoc_23_day_16_the_floor_will_be_lava.cpp

File Similarity (%)
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 17.67
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 12.25
adventofcode/2023/day/17/clumsy_crucible.cpp

📄 adventofcode/2023/day/17/clumsy_crucible.cpp

File Similarity (%)
adventofcode/2023/day/21/step_counter.cpp 17.14
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 17.07
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 13.54
adventofcode/2023/day/23/a_long_walk.cpp 13.22
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 12.52
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp 11.21
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 10.37
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp

📄 adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp

File Similarity (%)
adventofcode/2023/day/21/step_counter.cpp 34.07
adventofcode/2023/day/23/a_long_walk.cpp 20.85
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 17.63
adventofcode/2023/day/17/clumsy_crucible.cpp 17.07
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 15.61
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 15.11
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 12.18
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 11.88
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 11.27
adventofcode/2022/day/22/aoc_22_day_22_warp.cpp 11.14
adventofcode/2023/day/03/aoc_23_day_3_gear_ratios.cpp 10.79
adventofcode/2023/day/11/cosmic_expansion.cpp 10.45
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.py

📄 adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.py

File Similarity (%)
adventofcode/2023/day/21/fit.py 12.51
adventofcode/2023/day/24/never_tell_me_the_odds.py 11.94
adventofcode/2023/day/07/aoc_23_day_7_camel_cards.py 11.45
adventofcode/2023/day/19/aplenty.cpp

📄 adventofcode/2023/day/19/aplenty.cpp

File Similarity (%)
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 19.37
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 13.34
adventofcode/2023/day/11/cosmic_expansion.cpp 10.94
adventofcode/2023/day/01/trebuchet.cpp 10.27
adventofcode/2023/day/08/haunted_wasteland.cpp 10.21
adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.cpp

📄 adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.cpp

File Similarity (%)
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 10.57
adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.py

📄 adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.py

File Similarity (%)
adventofcode/2023/day/25/snowverload_draw_graph.py 37.43
adventofcode/2016/day/1/aoc_2016_day_1.py 14.18
adventofcode/2023/day/21/fit.py

📄 adventofcode/2023/day/21/fit.py

File Similarity (%)
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.py 12.51
adventofcode/2023/day/24/never_tell_me_the_odds.py 12.47
adventofcode/2023/day/21/step_counter.cpp

📄 adventofcode/2023/day/21/step_counter.cpp

File Similarity (%)
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 34.07
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 23.62
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 22.89
adventofcode/2023/day/23/a_long_walk.cpp 22.86
adventofcode/2023/day/17/clumsy_crucible.cpp 17.14
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 15.26
adventofcode/2023/day/11/cosmic_expansion.cpp 14.03
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 12.23
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 11.36
adventofcode/2015/day/01/aoc_15_day_1_floors.cpp 10.91
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 10.52
adventofcode/2023/day/22/sand_slabs.cpp

📄 adventofcode/2023/day/22/sand_slabs.cpp

File Similarity (%)
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 14.6
adventofcode/2023/day/23/a_long_walk.cpp

📄 adventofcode/2023/day/23/a_long_walk.cpp

File Similarity (%)
adventofcode/2023/day/21/step_counter.cpp 22.86
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.cpp 20.85
adventofcode/2015/day/03/aoc_15_day_03.cpp 17.76
adventofcode/2023/day/14/parabolic_reflector_dish.cpp 16.41
adventofcode/2023/day/10/aoc_23_day_10_pipe_maze.cpp 15.79
adventofcode/2023/day/17/clumsy_crucible.cpp 13.22
adventofcode/2022/day/24/aoc_22_day_24_blizzards.cpp 11.22
adventofcode/2023/day/08/haunted_wasteland.cpp 11.04
adventofcode/2023/day/24/never_tell_me_the_odds.cpp

📄 adventofcode/2023/day/24/never_tell_me_the_odds.cpp

File Similarity (%)
adventofcode/2023/day/22/sand_slabs.cpp 14.6
adventofcode/2023/day/05/give_a_seed_a_fertilizer.cpp 12.44
adventofcode/2023/day/21/step_counter.cpp 12.23
adventofcode/2023/day/04/scratchcards.cpp 11.84
adventofcode/2023/day/24/never_tell_me_the_odds.py 11.3
adventofcode/2023/day/11/cosmic_expansion.cpp 11.21
adventofcode/2023/day/24/never_tell_me_the_odds_part_two.py 10.77
adventofcode/2023/day/24/never_tell_me_the_odds.py

📄 adventofcode/2023/day/24/never_tell_me_the_odds.py

File Similarity (%)
adventofcode/2023/day/24/never_tell_me_the_odds_part_two.py 19.43
adventofcode/2023/day/25/snowverload_draw_graph.py 18.27
adventofcode/2023/day/21/fit.py 12.47
adventofcode/2023/day/18/aoc_23_day_18_lavaduct_lagoon.py 11.94
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 11.3
adventofcode/2016/day/1/aoc_2016_day_1.py 10.63
adventofcode/2023/day/24/never_tell_me_the_odds_part_two.py

📄 adventofcode/2023/day/24/never_tell_me_the_odds_part_two.py

File Similarity (%)
adventofcode/2023/day/24/never_tell_me_the_odds.py 19.43
adventofcode/2023/day/24/never_tell_me_the_odds.cpp 10.77
adventofcode/2023/day/25/snowverload_after_draw_graph.cpp

📄 adventofcode/2023/day/25/snowverload_after_draw_graph.cpp

File Similarity (%)
adventofcode/2023/day/09/aoc_23_day_9_mirage_maintenance.cpp 13.03
adventofcode/2023/day/25/snowverload_draw_graph.py

📄 adventofcode/2023/day/25/snowverload_draw_graph.py

File Similarity (%)
adventofcode/2023/day/20/aoc_23_day_20_pulse_propagation.py 37.43
adventofcode/2023/day/24/never_tell_me_the_odds.py 18.27

@iglesias iglesias merged commit c442540 into main Jul 6, 2024
3 checks passed
@iglesias iglesias deleted the adventofcode branch July 6, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant