Skip to content

zhickson/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Just for fun.

2023 (JavaScript)

First time attempting Advent of Code.

Using JavaScript (Node.js) as the language of choice.

Limiting myself to using the JavaScript docs to help with solutions if possible.

2025 (PHP)

Having a crack with PHP. Day 8 decided to start adding PHP Unit for testing results because.

Limiting myself to native PHP v8.3, Algorithms are not my strong suit, so needing to research the best algorithms to solve each problem, otherwise it's good ole brute force for me.