Skip to content

rohitxdd/Advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

AoC

Solutions for the Advent of Code challenges.

Table of Contents

About Advent of Code

Advent of Code is an annual coding event that features daily programming puzzles during the month of December. Each day brings a new challenge that covers a variety of programming concepts and problem-solving skills.

This repository contains my solutions to the Advent of Code challenges.

Folder Structure

  • dayXX: Each day's challenge is stored in its own folder.
    • input.txt: Input data for the day's challenge.
    • main.py / app.js: Python / Javascript script containing the solution code.
    • example.txt: Example data for the day's challenge.

Usage

  1. Clone the repository:
git clone https://github.com/rohitxdd/Advent-of-code-2023.git
cd Advent-of-code-2023
cd dayXX

Contributing

If you have a different or more optimized solution, feel free to open a pull request. I welcome any improvements or suggestions.

Acknowledgements

Advent of Code for creating the challenges. Eric Wastl for maintaining Advent of Code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published