OmarAssadi / advent-2021

Advent of Code 2021 solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021

Solutions for Advent of Code 2021. This project uses Java 17 and Spring Boot.

Progress

Day Part One Part Two
βœ” Day 1: Sonar Sweep 🌟 🌟
βœ” Day 2: Dive! 🌟 🌟
βœ” Day 3: Binary Diagnostic 🌟 🌟
βœ” Day 4: Giant Squid 🌟 🌟
βœ” Day 5: Hydrothermal Venture 🌟 🌟
βœ” Day 6: Lanternfish 🌟 🌟
βœ” Day 7: The Treachery of Whales 🌟 🌟

Acknowledgements

  • Arham Siddiqui - Stole the idea of the progress table
  • Michael Bull - Inspiration for day 2 and hints for flagging cells without mutating state
  • Jire - Idea for shifting the array on day 6
  • Suic - Stole his idea of using System.arraycopy, replace my manual adjustment of the values on day 6.
  • Kris - Helped me realize my stupidity on day 5

About

Advent of Code 2021 solutions

License:ISC License


Languages

Language:Java 100.0%