Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 560 Bytes

Advent Of Code 2016

adventofcode

Dear diary (observations)

  • Day 1 part 2. A possible optimisation is rescanning the locations after each new location. However, at least with the grouping approach, you only scan the list once.
  • Day 2 part 1. I'm getting obsessed by lines of code! Also, F# is far more strict about types. C# lulls you into a false sense of security by automatically casting for you. Also, Ionide/VSCode is very cool, but the intellisense isn't as all enveloping as VS
  • Day 2 part 2. REPL is your friend...