Skip to content

First time ever particpating in advent of code, the only place where data structures and algorithms have some use.

Notifications You must be signed in to change notification settings

Betzer09/AdventOfCodeSwift2025

Repository files navigation

Advent of Code 2025: Swift Solutions 🎄

Table of Contents

  1. Introduction
  2. Setup and Requirements
  3. Challenge Structure
  4. Progress

1. Introduction

Welcome to my Swift-based solutions for Advent of Code 2025, a 25-day coding challenge featuring puzzles of increasing difficulty. This repository is my attempt to solve the challenges using Swift, with an emphasis on clean, efficient, and idiomatic code.

2. Setup and Requirements

To run the solutions, you’ll need:

  • Xcode: Version 15.0 or later (compatible with Swift 5.9).
  • macOS: Monterey or later.

3. Challenge Structure

Each challenge is organized into its own folder, named DayXX, where XX is the day of the challenge. For example:

├── Day00/
│   ├── input.txt
│   ├── Day01.swift
├── Day01/
│   ├── input.txt
│   ├── Day02.swift
│
├── AdventOfCode2025Tests/
│   ├── Day00Tests.swift
└── README.md

4. Progress

| Day | Challenge Title       | Completion Status | Notes                                 |
|-----|-----------------------|-------------------|---------------------------------------|
| 01  | Historian Hysteria    | ✅ Completed      | https://adventofcode.com/2024/day/1   |
| 02  | Another Puzzle        | 🟡 In Progress    |                                       |
| 03  | Tough Puzzle          | 🔴 Not Started    |                                       |

About

First time ever particpating in advent of code, the only place where data structures and algorithms have some use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages