Seishin's Life
  • Home
  • About Me
Sign in Subscribe

day8

Advent of Code 2022 Day 8: Treetop Tree House Solutions

Advent of Code 2022 Day 8: Treetop Tree House Solutions

It's day 8 of the AoC and here is my solution to the Treetop Tree House puzzle: from functools import reduce with open('input', 'r') as file: input = list(map(lambda x: list(map(lambda y: int(y), list(x))), file.read().split('\n'))) MAX_X = len(input[0]
Atanas Dimitrov Dec 8, 2022

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost