Skip to content

AnshulKanwar/AOC-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Go by solving Advent of Code

TODO

  • input.go - Buffered read
  • separate day 1,2's parts
  • add tests for day 1,2,3

day 1

  • use priority queue

day 2

  • refactor if statements