Skip to content

Mirzohid22/AOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code Solutions πŸŽ„βœ¨πŸŽ„

Welcome to my repository containing JavaScript πŸŽƒ solutions for Advent of Code challenges. Each day's solution is organized in the src/[year]/day[1-25] directory structure, where [year] is the specific year of Advent of Code, and [1-25] corresponds to the day of the challenge.

Repository Structure πŸ—οΈπŸš§

  • src/[year]/day[1-25]
    • day[1-25].test.js: Test file for the solutions. You can run this file to verify that the solutions are working correctly.
    • solution.js: JavaScript file containing solutions for both Part 1 and Part 2 of the Advent of Code challenge for that day.
    • input.txt: Placeholder file where you should add your specific input for the day's challenge. Make sure to replace it with the actual input for the day.

Getting Started πŸŽ’πŸŒ•

To use my solutions, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Mirzohid22/AOC.git
  2. To Run all tests:

    yarn test

    or for specific

    npx jest day[1-25].test.js

Happy Coding πŸ‘‹πŸ€‘πŸŽˆ

About

There are my javascript solutions for Advent of Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published