Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 1.86 KB

20221116_aoc_en.md

File metadata and controls

87 lines (56 loc) · 1.86 KB

%title: Advent of Code %author: Fosseprog @gahjelle %date: 16. november 2022

-> # Geir Arne Hjelle <-


Geir Arne

  • Works at Real Python: realpython.com
  • Earlier: Point Carbon, Kartverket, and Nextbridge
  • Have participated in Advent of Code since 2016 ^

Advent of Code

  • An Advent calendar with 25 new coding puzzles every December
  • First time hosted in 2015
  • You can participate in any programming language

Advent of Code

  • adventofcode.com ^

  • 25 new coding puzzles every year

  • Puzzles from earlier years are available

  • More than 500 000 participants since 2015 ^

  • A new puzzle is posted every morning from December 1st to 25th

  • Each puzzle consists of two parts

  • Part two is only available after you've answered part one

  • Correct answers awards one star ⭐ for each part


Demo: Day 1, 2021

-> adventofcode.com/2021/day/1 <- ^

Common for all puzzles:

  • A silly story that's not directly relevant for your solution
  • The solution of a smaller example is described
  • Personal input data
  • Your solution is a number or a short text string

Demo: Day 1, 2021

-> adventofcode.com/2021/day/1 <- ^

  • Demo using Elixir and LiveBook: livebook.dev ^
  • Demo using Python: python.org ^
  • Using templates: github.com/gahjelle/template-aoc-python

Resources

  • Advent of Code: adventofcode.com

  • Reddit: reddit.com/r/adventofcode/

  • Awesome Advent of Code: github.com/Bogdanp/awesome-advent-of-code

  • Tutorial: realpython.com/python-advent-of-code/


-> # Thank you for your attention <-

^

-> - Me: @gahjelle <- -> - My solutions: github.com/gahjelle/advent_of_code <- -> - Real Python: realpython.com <-