advent_of_code_2022

Solving "Advent of Code 2022" by using Crystal lang.

My Answers to "Advent of Code 2022"

This repository is record of my challenges to Advent of Code 2022.

I tried to solve puzzles by using Crystal language and make source code shortest as possible like Code Golf.

Every codes expect to read input data from STDIN and write result to STDOUT.

Current Code Size (part 1 / part 2)

  • Day 1 ( 73 byte / 84 byte)
  • Day 2 ( 79 byte / 83 byte)
  • Day 3 (118 byte / 113 byte)
  • Day 4 (121 byte / 114 byte)
  • Day 5 (307 byte / 301 byte)
  • Day 6 ( 94 byte / 98 byte)
  • Day 7 (435 byte / 442 byte)
  • Day 8 (362 byte / 310 byte)
  • Day 9 (277 byte / 325 byte)
  • Day 10 (141 byte / 238 byte)
  • Day 11 (521 byte / 544 byte)
  • Day 12 (447 byte / 475 byte)
Repository

advent_of_code_2022

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • almost 2 years ago
  • December 4, 2022
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 09:32:46 GMT

Languages