Advent of Code 2018 with Clojure
Idea Disclaimer Posts Tags About

Day 01: Chronal Calibration

2020-01-10

Apply, loop and reductions

Read More

  • apply
  • loop
  • cycle
  • reductions

Day 02: Inventory Management System

2020-01-11

Frequencies, sets and list comprehension (for loop)

Read More

  • comp
  • frequencies
  • vals-keys
  • for-loop

Day 03: No Matter How You Slice It

2020-01-12

Discovering magic of reduce, update and some syntactic sugars

Read More

  • reduce
  • update
  • zipmap
  • upacking
  • re-seq

Day 04: Repose Record

2020-01-18

Parsing with regexes, loops with hash-maps; TDDed

Read More

  • some
  • val
  • key

Day 05: Alchemical Reduction

2020-01-22

Peek and pop: building a simple queue

Read More

  • peek
  • pop
  • remove
  • queue
© 2023 Piotr Kaznowski
Powered by Hugo with theme Minos