| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ranges::sort | Thomas Schmucker | 2024-12-02 | 1 | -2/+3 | |
| | | ||||||
| * | benutze std::accumulate statt einer Schleife | Thomas Schmucker | 2024-12-01 | 1 | -6/+5 | |
| | | ||||||
| * | aoc 2024, day1 | Thomas Schmucker | 2024-12-01 | 3 | -2/+79 | |
| | | ||||||
| * | aoc 2015, day 21 | Thomas Schmucker | 2024-11-20 | 1 | -0/+181 | |
| | | ||||||
| * | aoc 2015, day 20 | Thomas Schmucker | 2024-11-19 | 1 | -0/+52 | |
| | | ||||||
| * | aoc 2015, day 19 | Thomas Schmucker | 2024-11-19 | 1 | -0/+115 | |
| | | ||||||
| * | aoc 2015, day 18 | Thomas Schmucker | 2024-11-17 | 1 | -0/+143 | |
| | | ||||||
| * | aoc 2015, day 17 | Thomas Schmucker | 2024-11-17 | 1 | -0/+118 | |
| | | ||||||
| * | aoc 2015, day 16 | Thomas Schmucker | 2024-11-17 | 1 | -0/+141 | |
| | | ||||||
| * | aoc 2015, day 15 | Thomas Schmucker | 2024-11-17 | 1 | -0/+91 | |
| | | ||||||
| * | aoc 2015, days 12, 13 and 14 | Thomas Schmucker | 2024-11-15 | 3 | -0/+298 | |
| | | ||||||
| * | aoc 2015, day 11 | Thomas Schmucker | 2024-11-14 | 1 | -0/+66 | |
| | | ||||||
| * | aoc 2015, day 10 | Thomas Schmucker | 2024-11-14 | 1 | -0/+39 | |
| | | ||||||
| * | aoc 2015, day 9 | Thomas Schmucker | 2024-11-14 | 1 | -0/+102 | |
| | | ||||||
| * | aoc 2015, day 8 | Thomas Schmucker | 2024-11-14 | 1 | -0/+71 | |
| | | ||||||
| * | aoc 2015, days 5, 6 and 7 | Thomas Schmucker | 2024-11-13 | 3 | -0/+267 | |
| | | ||||||
| * | aoc 2015, day04 | Thomas Schmucker | 2024-11-11 | 2 | -1/+56 | |
| | | ||||||
| * | aoc 2015, day03 | Thomas Schmucker | 2024-11-11 | 1 | -0/+93 | |
| | | ||||||
| * | aoc 2015, day02 | Thomas Schmucker | 2024-11-11 | 2 | -0/+57 | |
| | | ||||||
| * | aoc 2015, day01 | Thomas Schmucker | 2024-11-11 | 2 | -1/+60 | |
| | | ||||||
| * | day 10, part 2, aoc 2022 | Thomas Schmucker | 2024-11-11 | 1 | -1/+16 | |
| | | ||||||
| * | day 10, part 1, aoc 2022 | Thomas Schmucker | 2024-11-11 | 1 | -0/+44 | |
| | | ||||||
| * | adjust compile flags | Thomas Schmucker | 2024-11-10 | 1 | -1/+0 | |
| | | ||||||
| * | day 9, advent of code 2022 | Thomas Schmucker | 2024-05-03 | 1 | -0/+116 | |
| | | ||||||
| * | day 8, part 2, advent of code 2022 | Thomas Schmucker | 2024-05-01 | 1 | -0/+35 | |
| | | ||||||
| * | day 8, part 1, advent of code 2022 | Thomas Schmucker | 2024-05-01 | 1 | -0/+68 | |
| | | ||||||
| * | day 7, advent of code 2022 | Thomas Schmucker | 2024-05-01 | 1 | -0/+176 | |
| | | ||||||
| * | day 6, advent of code 2022 | Thomas Schmucker | 2024-04-28 | 1 | -0/+36 | |
| | | ||||||
| * | day 5, advent of code 2022 | Thomas Schmucker | 2024-04-28 | 1 | -0/+97 | |
| | | ||||||
| * | day 4, advent of code 2022 | Thomas Schmucker | 2024-04-28 | 1 | -0/+50 | |
| | | ||||||
| * | day 3, advent of code 2022 | Thomas Schmucker | 2024-04-28 | 2 | -0/+105 | |
| | | ||||||
| * | day02, advent of code 2022 | Thomas Schmucker | 2024-04-24 | 1 | -0/+85 | |
| | | ||||||
| * | day01, advent of code 2022 | Thomas Schmucker | 2024-04-23 | 2 | -1/+79 | |
| | | ||||||
| * | cleanup | Thomas Schmucker | 2024-01-19 | 1 | -1/+4 | |
| | | ||||||
| * | much simpler count function | Thomas Schmucker | 2024-01-18 | 1 | -25/+8 | |
| | | ||||||
| * | even more compact code | Thomas Schmucker | 2024-01-09 | 1 | -7/+6 | |
| | | ||||||
| * | better solution for day 19 | Thomas Schmucker | 2024-01-09 | 1 | -24/+12 | |
| | | ||||||
| * | cleanup | Thomas Schmucker | 2024-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | solution for day 5 | Thomas Schmucker | 2024-01-05 | 1 | -0/+62 | |
| | | ||||||
| * | solution for day 4 | Thomas Schmucker | 2024-01-04 | 1 | -0/+132 | |
| | | ||||||
| * | solution for day 3 | Thomas Schmucker | 2024-01-04 | 1 | -0/+62 | |
| | | ||||||
| * | branchless solution | Thomas Schmucker | 2024-01-04 | 1 | -6/+2 | |
| | | ||||||
| * | solutions fpor day 1 & day 2, advent of code 2020 | Thomas Schmucker | 2024-01-04 | 2 | -9/+70 | |
| | | ||||||
| * | prepare for more puzzles ... :) | Thomas Schmucker | 2024-01-03 | 30 | -33/+70 | |
| | | ||||||
| * | add readme | Thomas Schmucker | 2024-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | add data folder to repository | Thomas Schmucker | 2024-01-03 | 2 | -1/+1 | |
| | | ||||||
| * | cleanup | Thomas Schmucker | 2024-01-03 | 1 | -6/+5 | |
| | | ||||||
| * | naming | Thomas Schmucker | 2024-01-03 | 1 | -22/+23 | |
| | | ||||||
| * | Merge branch 'revisit-day21-part2' | Thomas Schmucker | 2024-01-03 | 1 | -12/+62 | |
| |\ | ||||||
| | * | Lösungen für Tag 21, Teil 2 | Thomas Schmucker | 2023-12-22 | 1 | -12/+62 | |
| | | | ||||||
