Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

Advent of Code 2024 challenges!

Repository Structure

This repository is organized by year, with each day’s challenge in its respective folder. Here’s the structure:

{day}/{language}/
  • day: Day of the question (e.g., day01).
  • {language}: The programming language used for that specific solution (e.g., Go, Typescript, Rust, Python).

Each folder contains:

  • Solution files in the specified programming language

Example Structure

Here's an example structure:

advent-of-code-2024/
├── Day01/
│   ├── Go/
│   │    └── main.go
│   │    └── go.mod
│   │    └── input.txt
│   └─── Typescript/
│   │    └── solution.ts
│   │    └── input.txt
└── Day02/
│    ├── Typescript/
│    │    └── solution.ts
│    └── Go/
│         └── solution.go
├── README.md

Languages Used

This repository showcases a variety of programming languages, including:

  • Go
  • Typescript
  • Rust
  • Python

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages