adriencaccia / aoc

Solutions to challenges from https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code Solutions πŸŽ„πŸŽπŸŒŸ

Welcome to my Advent of Code Solutions repository! This repository contains my solutions to the Advent of Code puzzles, written in Rust and TypeScript.

About the Project πŸ“–

Advent of Code is an annual event where every day from December 1st to 25th, a new coding puzzle is released. Each puzzle has two parts, and they get progressively more difficult as the event goes on.

This project is my personal journey through these puzzles. I've chosen to solve them using Rust and TypeScript, two powerful and expressive languages that I enjoy working with.

Repository Structure πŸ—οΈ

The repository is organized by year, with each year having its own directory (e.g., 2021, 2022). Inside each year's directory, there is a src directory that contains a separate directory for each day's solutions (e.g., day01, day02).

The utils directory contains utility functions that are used across multiple solutions.

The scripts directory contains scripts for initializing new days.

The template directory contains templates for new days in both Rust and TypeScript.

About

Solutions to challenges from https://adventofcode.com/


Languages

Language:TypeScript 63.8%Language:Rust 35.2%Language:JavaScript 1.0%