Skip to content

wolframtungsten678/advent_of_code_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025 Advent of Code (WIP)

What is this?

These are my personal solutions for the 2025 Advent of Code challenge, written in Python. Problem statements can be found at the bottom of each solution for convenience.

Solutions are currently available for:

  • Day 1 part 1 and 2
  • Day 2 part 1 and 2
  • Day 3 part 1 and 2
  • Day 4 part 1 and 2
  • Day 5 part 1 and 2
  • Day 6 part 1 and 2
  • Day 7 part 1
  • Day 8 part 1 and 2
  • Day 9 part 1
  • Day 10 part 1
  • Day 11 part 1
  • Day 12 part 1

To Run

python3 {filename}

How to Install Dependencies

  • Create a Python virtual environment python -m venv .venv
  • Activate the environment source .venv/bin/activate
  • Install dependencies from requirements.txt file pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages