Skip to content

Im-Beast/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions for Advent of Code made using Deno

File scheme

day_n.ts - module for solving problem of day n

day_n_input.ts - input for day_n.ts module

Missing days

Currently days 8 and 9 are missing. Reasoning:

  • I'm really unhappy with the solutions
  • My current solutions for day 8 somehow worked for my input data however not for the example

Whenever I'll have time I'll rewrite them and push them here.