Welcome to my implementations of the puzzles in Advent of Code 2020.
My approach is to implement this in "as-clean-code-as-possible" manner :-). For this I have also Unit Tests and I implement in ABAP OO.
For a better overview I put the code in ABAP reports, there I can put all the classes locally and its less messy in the repo.
The exercise you can find here: Day 1
The source code is in this report. YMBH_AOC_DAY_1
The exercise you can find here: Day 2
The source code is in this report. YMBH_AOC_DAY_2
The exercise you can find here: Day 3
The source cocde is in this report. YMBH_AOC_DAY_3
The exercise you can find here: Day 4
The source cocde is in this report. YMBH_AOC_DAY_4
The exercise you can find here: Day 5
The source cocde is in this report. YMBH_AOC_DAY_5
The exercise you can find here: Day 6
The source cocde is in this report. YMBH_AOC_DAY_6
The exercise you can find here: Day 7
The source cocde is in this report. YMBH_AOC_DAY_7
The exercise you can find here: Day 8
The source cocde is in this report. YMBH_AOC_DAY_8
The exercise you can find here: Day 9
The source cocde is in this report. YMBH_AOC_DAY_9
The exercise you can find here: Day 10
The source cocde is in this report. YMBH_AOC_DAY_10
The exercise you can find here: Day 11
The source cocde is in this report. YMBH_AOC_DAY_11
The exercise you can find here: Day 13
The source cocde is in this report. YMBH_AOC_DAY_13
The exercise you can find here: Day 14
The source cocde is in this report. YMBH_AOC_DAY_14
The source cocde is in this report. YMBH_AOC_DAY_16
The source cocde is in this report. YMBH_AOC_DAY_22
The source cocde is in this report. YMBH_AOC_DAY_24
The source cocde is in this report. YMBH_AOC_DAY_25