Skip to content

emrealkan/AoC2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages