Skip to content

WellingtonVell/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

This repository contains my solutions to Advent of Code puzzles.

Learning Purpose

  • Practice problem-solving skills
  • Explore different algorithms and data structures

Project Structure

├── utils/
│   └── read-input.mjs # Utility functions for reading input files
├── [YEAR]/ # Solutions organized by year
│   ├── [DAY]/ # Solutions for each day
│   │   ├── solve.mjs # Solution implementation
│   │   ├── input.txt # Puzzle input
│   │   └── problem.md # Problem description

Running Solutions

Each day's solution is a standalone JavaScript module that can be run using Node.js. To run a solution:

node [YEAR]/[DAY]/solve.mjs

This will execute the solution and print the results to the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published