Skip to content

Adjanour/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode Personal Solutions

This repository contains personal solutions by Adjanour for various Advent of Code programming challenges. Each day's solutions are organized by folder, and multiple programming languages are used to explore and solve the puzzles.

Structure

Languages Used

  • Python (Day-1)
  • TypeScript (Day-2)
  • Go (Day-3 & Day-5)
  • Other (Day-2.exe, PDF in Day-5)

How to Run

Each day’s directory contains code and sometimes tests.

  • For Python: Run scripts with python part_one.py, etc.
  • For TypeScript: Use Deno (deno run main.ts) and refer to deno.json.
  • For Go: Run with go run main.go.

Some directories may contain binaries or PDFs unrelated to Advent of Code solutions.

Notes

  • Solutions are personal, demonstrating different approaches and languages.
  • Some files (e.g., binaries, PDFs) may not be directly runnable or related to AoC puzzles.
  • .idea/ folders are IDE configuration files and not required for running solutions.

Happy coding! 🎄

About

My repo for advent of code challenges. Heads up, each day I get to use a new language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published