Avatar

Maciej Procyk

Software Developer focused on Kotlin with the passion for compilers, embedded systems and multiplatform programming

  1. Home
  2. Archives
  3. Search
  4. Links
  5. CV
    1. Dark Mode

Archives

2024 2
2023 5
2021 32

Categories

Advent of Code Code Sample Document Programming Languages Kotlin/Native University Project

Tags

Kotlin Puzzle Advent-of-Code-2021 Advent-of-Code-2020 Advent-of-Code-2024 CLion Documentation IDE IntelliJ Native
Featured image of post Advent of Code 2021 in Kotlin - Day 7
Code Sample Advent of Code

Advent of Code 2021 in Kotlin - Day 7

Let's see some cool properties of sets of numbers that may be useful to increase performance of your algorithms.

Dec 07, 2021
3 minute read
Featured image of post Advent of Code 2021 in Kotlin - Day 6
Code Sample Advent of Code

Advent of Code 2021 in Kotlin - Day 6

Let's see how the proper representation of problem matters for the Day 6 problem and discuss the `crossinline` modifier in Kotlin.

Dec 06, 2021
5 minute read
Featured image of post Advent of Code 2021 in Kotlin - Day 5
Code Sample Advent of Code

Advent of Code 2021 in Kotlin - Day 5

Revisit Kotlin delegated properties and ranges definitions when solving Day 5 puzzle.

Dec 05, 2021
4 minute read
Featured image of post Advent of Code 2021 in Kotlin - Day 4
Code Sample Advent of Code

Advent of Code 2021 in Kotlin - Day 4

Let's create some generic helper functions for dealing with data that will help us with this and probably future Advent Days 😎.

Dec 04, 2021
6 minute read
Featured image of post Advent of Code 2021 in Kotlin - Day 3
Code Sample Advent of Code

Advent of Code 2021 in Kotlin - Day 3

Abstracting the problems parts may become complicated when the problem needs understanding the whole its content before trying to implement some smaller parts. Let's see how we deal with it in Day 3 of Advent of Code.

Dec 03, 2021
3 minute read
1 … 5 6 7 8
© 2018 - 2024 Maciej Procyk