Skip to content

Solutions for Advent of Code 2025 implemented in C# using .NET 8, focusing on clean, readable, and learning-friendly problem solving.

Notifications You must be signed in to change notification settings

KuldeepGehlot/AdventOfCode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code 2025 – C# (.NET 8)

This repository contains my solutions for Advent of Code 2025, written in C# using .NET 8.

The plan is ambitious and mildly optimistic:

  • Complete all Advent of Code 2025 challenges
  • Keep solutions clean, readable, and practical
  • Help others who want to solve AoC using C# without losing their sanity

πŸ›  Tech Stack

  • Language: C#
  • Framework: .NET 8
  • Runtime: .NET Core
  • IDE: Visual Studio / VS Code

πŸ“‚ Project Structure

Each day’s challenge is organized into its own folder for clarity and minimal chaos.

AdventOfCode2025
β”œβ”€β”€ Day01
β”œβ”€β”€ Day02
β”œβ”€β”€ Day03
└── ...

🎯 Purpose

  • Practice problem-solving and algorithms
  • Strengthen C# and .NET fundamentals
  • Provide reference solutions for fellow AoC participants

🀝 Contributions & Feedback

Suggestions, improvements, or alternate solutions are welcome.
Feel free to open a discussion or submit a pull request if you think something can be improved.


πŸ“œ Disclaimer

These solutions are written for learning and clarity.
They may not always be the shortest or fastest, but they aim to be understandable.


Happy coding and good luck with Advent of Code πŸŽ„πŸš€

About

Solutions for Advent of Code 2025 implemented in C# using .NET 8, focusing on clean, readable, and learning-friendly problem solving.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages