Skip to content

Welcome to the Advent of Code Challenges repository! This is a collection of solutions for the Advent of Code programming puzzles.

License

Notifications You must be signed in to change notification settings

ahadpaksoy/Advent-Of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code Challenges🤖🎅

Welcome to the Advent of Code Challenges repository! This is a collection of solutions for the Advent of Code programming puzzles. It's a series of programming challenges released each day in December leading up to Christmas🎅.

Table of Contents

  1. Introduction
  2. Getting Started
  3. Structure of the Repository
  4. License

Introduction

Advent of Code is a fantastic way to improve your problem-solving skills and programming abilities. You may think like what is advent of code? Just like an advent calendar, where you open a new door each day leading up to Christmas, Advent of Code releases a new coding challenge every day from December 1st to December 25th. Each puzzle is a unique problem that encourages participants to think creatively, write efficient code, and discover clever solutions.

Getting Started

To get started with Advent of Code, visit the Advent of Code website. You'll find a new puzzle released each day in December. Solve the puzzles using your preferred programming language and share your solutions here!

Structure of the Repository

/advent-of-code-challenges
├── year
│ ├── day1
│ │ ├── part1
│ │ │ ├── your_solution_file.ext
│ │ ├── part2
│ │ ├── your_solution_file.ext
│ ├── day2
│ ├── ...

  • year: Contains subdirectories for each year, and within each year, there are directories for each day's challenge.
  • part1 and part2: Separate directories for each part of the daily challenge.
  • your_solution_file.ext: Solution files. Which contains input, output files and code files

License

This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as you see fit.

About

Welcome to the Advent of Code Challenges repository! This is a collection of solutions for the Advent of Code programming puzzles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages