Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Coding Challenge Advent of Code 2019
Search
Takayuki Matsubara
January 17, 2020
Programming
0
120
Coding Challenge Advent of Code 2019
Introduce Advent of Code
https://adventofcode.com/
at M3 Tech Talk #140.
Takayuki Matsubara
January 17, 2020
Tweet
Share
More Decks by Takayuki Matsubara
See All by Takayuki Matsubara
Rails Web Development with AWS Lambda
ma2gedev
0
190
Developer Experience in GraphQL Schema-first Development
ma2gedev
0
2.1k
Dependency Inversion Principle in Keyboard Firmware
ma2gedev
0
410
OSSの歩き方 / Walking with OSS
ma2gedev
10
2.5k
GraphQL 開発で必要になったこと / What we needed for GraphQL development
ma2gedev
0
1k
キーボードをカスタムしてプログラミング環境を良くした話 / Improved programming environment with customizing keybords
ma2gedev
0
1.2k
Translating "Erlang in Anger" with Erlang & Elixir community members
ma2gedev
0
2.7k
Dive into Elixir v1.6 Code Formatter
ma2gedev
1
150
Make it easy to input `|>`
ma2gedev
2
2.7k
Other Decks in Programming
See All in Programming
Macとオーディオ再生 2024/11/02
yusukeito
0
150
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
1.7k
僕がつくった48個のWebサービス達
yusukebe
18
17k
Go言語でターミナルフレンドリーなAIコマンド、afaを作った/fukuokago20_afa
monochromegane
2
140
Android 15 でアクションバー表示時にステータスバーが白くなってしまう問題
tonionagauzzi
0
140
リリース8年目のサービスの1800個のERBファイルをViewComponentに移行した方法とその結果
katty0324
5
3.6k
Nuxtベースの「WXT」でChrome拡張を作成する | Vue Fes 2024 ランチセッション
moshi1121
1
510
hotwire_or_react
harunatsujita
8
4k
Googleのテストサイズを活用したテスト環境の構築
toms74209200
0
270
Piniaの現状と今後
waka292
5
1.4k
ピラミッド、アイスクリームコーン、SMURF: 自動テストの最適バランスを求めて / Pyramid Ice-Cream-Cone and SMURF
twada
PRO
9
990
詳細解説! ArrayListの仕組みと実装
yujisoftware
0
480
Featured
See All Featured
Building an army of robots
kneath
302
42k
Unsuck your backbone
ammeep
668
57k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
27
1.9k
How to train your dragon (web standard)
notwaldorf
88
5.7k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Docker and Python
trallard
40
3.1k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Fashionably flexible responsive web design (full day workshop)
malarkey
404
65k
Facilitating Awesome Meetings
lara
49
6k
Art, The Web, and Tiny UX
lynnandtonic
296
20k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Transcript
Coding Challenge Advent of Code 2019 2020/01/17 M3 Tech Talk
140 @ma2ge
self-introduction • Takayuki Matsubara • ma2ge@twitter ! • ma2gedev@github •
Ruby, Elixir, OSS, Keyboards and " • PowerAssertEx ⭐$ • github.com/ma2gedev/ power_assert_ex
Advent of Code https://adventofcode.com/
Puzzle • solve first part then second part is displayed
• second part is difficult
None
Interest • story • only submit answer • make interpreter(called
Intcode computer) through several days
Demonstration
Resources • Advent of Code • https://adventofcode.com/ • My code
• https://github.com/ma2gedev/advent-of-code • Reddit • https://www.reddit.com/r/adventofcode/
END