Skip to content

LockettPundt/AoC-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024

My solutions for Advent of Code 2024 challenges using Deno and TypeScript.

🚀 Setup & Run

Prerequisites

Project Structure

.
├── day_1/                 # First day solutions
│   ├── day_1.ts
│   ├── day_1.test.ts
│   └── test_data.txt
├── utils/                 # Shared utilities
│   └── utils.ts
├── deno.json             # Project config
└── README.md

🎯 Progress

Day Part 1 Part 2
01
02
03
04
05

🛠️ Tech Stack

📝 Implementation Notes

  • 📁 Solutions organized by day in separate directories
  • 🔧 Utility functions for common operations like file reading
  • ✅ Comprehensive test cases included for each solution

About

Advent of Code 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published