Skip to content

bbstilson/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repo is for my solutions to the annual Advent of Code event.

To run

mill adventofcode.runProblem -d 1
mill adventofcode.runProblem -y 2018 -d 1

Things I Learned

Scala

  • If you're creating really big lists, append to the head.
    • Since Lists are LinkedLists, it has to traverse the whole list to append to the end.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published