Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 772 Bytes

Advent of Code 2022

screely-1673925473635

Description

💼 About this project

My solutions to coding puzzle everyday for a total of 25 challenges starting December 1st, 2022.

🖥 About the tech stack

JavaScript Badge

🧠 What I learned

  • Data structures and algorithms
  • Object oriented programming
  • Recursion 😵‍💫

Side note: It was interesting to work alongside colleagues and compare answers. I learned a lot from reviewing everyone else's code and how they problem solved differently than I did.