Skip to content

LRNZ09/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repository contains my solutions for the Advent of Code challenges, an annual event featuring programming puzzles released daily in December. It's an excellent opportunity to improve coding skills and problem-solving abilities.

Structure

The solutions are organized by year and day. Each day has a folder named in the format YYYY/day-DD, containing code files and necessary resources.

File Naming Convention

  • Input files: input.txt (The specific input for each day's problem)
  • Solution files: Varies based on language (e.g., index.ts, main.dart, etc.)

Table of Contents

Usage

Feel free to explore the solutions and use them as a reference. To run any solution, ensure you have the necessary dependencies for the specific programming language installed.

Disclaimer

These solutions are for educational purposes and personal reference. They may not be the most optimized or elegant solutions, but they solve the problems. Avoid copy-pasting solutions without understanding the logic behind them.

Contributing

If you'd like to contribute by improving existing solutions or adding new ones, please submit a pull request! Contributions are welcome and appreciated.

Happy coding, and have fun with Advent of Code! 🎄🌟

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published