Enkhsanaa / advent-of-code

Solutions for advent of code challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎄 Advent of Code🎄

Summary

This repo showcases my solutions to the Advent of Code programming puzzles, offering a range of innovative and optimized approaches to solve each challenge in the calendar.

About Advent of Code

Advent of Code is not just about solving puzzles; it's a celebration of problem-solving, creativity, and community spirit. Each day in December, a new coding challenge is revealed, covering a range of algorithmic and programming concepts. It's an opportunity for programmers of all skill levels to come together, learn, and share their solutions.

Repository Structure

Advent of Code
|-- year
|   |-- day1
|   |   |--  data
|   |   |    |--  input.txt
|   |   |--  src
|   |   |    |--  main.rs
|   |-- day2
|   |   |--  main.cpp
|   |   |--  main2.cpp
|   |   |--  day2_input.txt
...

Acknowledgments

A big shoutout to Advent of Code for offering these captivating challenges and cultivating an active coding community.

Connect

Let's connect and discuss our solutions! Reach out from my Github profile.

💻 Continue your coding adventure! ✌️💡

About

Solutions for advent of code challenges.


Languages

Language:C++ 49.0%Language:TypeScript 29.5%Language:Rust 21.5%