Advent of Code 2023 in Kotlin Day 9

  Рет қаралды 1,996

Kotlin by JetBrains

Kotlin by JetBrains

Күн бұрын

Пікірлер: 1
@JonHagemo
@JonHagemo 11 ай бұрын
Hi. Taking the limited input in mind, then recursion is a possibility in this case. The approach with sequences sounds great, but here it might be a bit over engineering. The calculating approach rocks! Great talk! My naive suggestion: fun getInput(filePath: String): List = java.io.File(ClassLoader.getSystemResource(filePath).file).readLines().map { it.split(" ").map(String::toInt) } fun List.extrapolateNext(): Int = if (this.all { it == 0 }) 0 else this.last() + this.zipWithNext { a, b -> b - a }.extrapolateNext() fun main() { println(getInput("Day09Input.txt").sumOf { it.extrapolateNext() }) println(getInput("Day09Input.txt").sumOf { it.reversed().extrapolateNext() }) }
Advent of Code 2023 in Kotlin Day 10
1:29:00
Kotlin by JetBrains
Рет қаралды 2,9 М.
Advent of Code 2024 in Kotlin... and beyond?! Day 8.
1:18:14
Kotlin by JetBrains
Рет қаралды 1,5 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,4 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 15 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 40 МЛН
Advent of Code 2024 in Kotlin with Compose Multiplatform! Day 9.
1:20:58
Kotlin by JetBrains
Рет қаралды 1,5 М.
Advent of Code Revisited: Day 1-10
3:54:38
HyperNeutrino
Рет қаралды 2,3 М.
2⁴×3: Tech, Bugs, and Advent of Code!
1:42:37
Tech, Bugs & Rock'n'Roll
Рет қаралды 86
Advent of Code 2024 in Kotlin - Office Edition! Day 6.
1:16:20
Kotlin by JetBrains
Рет қаралды 2,1 М.
Why Can't We Make Simple Software? - Peter van Hardenberg
41:34
Handmade Cities
Рет қаралды 157 М.
Day 10 - Advent of Code
1:11:04
chris biscardi
Рет қаралды 3,1 М.
Advent of Code 2024 in Kotlin with the Core Ecosystem Lead! Day 1.
1:34:00
Kotlin by JetBrains
Рет қаралды 10 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
Advent of Code 2024 in Kotlin. Day 12.
1:20:58
Kotlin by JetBrains
Рет қаралды 1,8 М.
going fast is about doing less
19:41
leddoo
Рет қаралды 175 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,4 МЛН