Skip to content
forked from Scarygami/aoc2019

My attempts at solving the daily coding challenges of Advent of Code 2019

License

Notifications You must be signed in to change notification settings

derblub/aoc2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

My attempts at solving the daily coding challenges of Advent of Code 2019

random language picker

Since it looks pretty much like I'm going to use a different language each day, I made a small script to help my daily struggle to decide the programming langauge of the day.
Exceptions: I'm going to use python, in case the problem input requires to parse int-code, since I'm loosing too much time to figure out, how to include my int-code parser in python to x or re-implement the int-code parser in x.

completed days

day language uses IntCode? completed?
day 01 python ✔️
day 02 bash ✔️
day 03 javascript ✔️
day 04 php ✔️
day 05 assembly (cheated) ✔️
day 06 erlang ✔️
day 07 pascal
day 08 kotlin ✔️
day 09 haxe ✔️
day 10 elm ✔️
day 11 c++
day 12 dart ✔️
day 13 haskell
day 14 swift ✔️
day 15 python ✔️
day 16 rust ✔️
day 17 python ✔️
day 18 elixir ✔️
day 19 python ✔️
day 20 scala ✔️
day 21 python
day 22 ruby
day 23 python
day 24 go
day 25 python

About

My attempts at solving the daily coding challenges of Advent of Code 2019

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 27.7%
  • Scala 16.1%
  • Elm 12.0%
  • Elixir 7.5%
  • Swift 5.9%
  • Pascal 3.8%
  • Other 27.0%