We're a place where coders share, stay up-to-date and grow their careers.
such software.. much wow!
All private interactions must abide by the code of conduct.
Florian Rohrer
Found a very similar solution: github.com/r0f1/adventofcode20...
Dec 8 '20
Here is my Python solution: from collections import Counte...
Dec 6 '20
I am also gonna be doing aoc this year. Here is my Python sol...
Dec 1 '20
Python n = 293801 # Part 1 q = [3,7] e1, e2 = 0, 1 n_cre...
Dec 14 '18
Python. Part 1 from more_itertools import windowed from...
Dec 12 '18
Python n = 7689 from itertools import product from math...
Dec 11 '18
Here is my Python Solution: Both parts with open("input...
Dec 8 '18
Fighting my way up the leaderboard. My Python Solution P...
Dec 7 '18
Recent comments
Advent of Code 2020: Python Solution Day 8
Found a very similar solution: github.com/r0f1/adventofcode20...
Advent of Code 2020: Python Solution Day 6
Here is my Python solution: from collections import Counte...
Advent of Code 2020 Solution Megathread - Day 1: Report Repair
I am also gonna be doing aoc this year. Here is my Python sol...
AoC Day 14: Chocolate Charts
Python n = 293801 # Part 1 q = [3,7] e1, e2 = 0, 1 n_cre...
AoC Day 12: Subterranean Sustainability
Python. Part 1 from more_itertools import windowed from...
AoC Day 11: Chronal Charge
Python n = 7689 from itertools import product from math...
AoC Day 8: Memory Maneuver
Here is my Python Solution: Both parts with open("input...
AoC Day 7: The Sum of Its Parts
Fighting my way up the leaderboard. My Python Solution P...