Skip to content

aru31/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent of Code πŸŽ„

Language

Welcome to my repository for Advent of Code! This repo contains my solutions to the daily programming puzzles, written entirely in Go.

πŸ€– A Note on AI Usage

Transparency is important to me. As I work through these challenges, my goal is to focus on the algorithmic logic, system design, and optimization aspects of the problems.

  • The Solutions: All core algorithms, logic, and problem-solving strategies are my own.
  • The Boilerplate: To save time and focus on the fun parts, I use AI tools to generate the repetitive boilerplate code (e.g., reading files, parsing raw string inputs, and setting up basic data structures).

πŸ“‚ Repository Structure

The repository is organized by day. Each directory (per year) contains the source code and the input file for that specific puzzle.

β”œβ”€β”€ Day1/
β”‚   β”œβ”€β”€ input.txt
β”‚   └── main.go
β”œβ”€β”€ Day2/
β”‚   β”œβ”€β”€ input.txt
β”‚   └── main.go
β”œβ”€β”€ ...
└── README.md

About

Solutions to AdventOfCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages