Category: Advent Of Code 2015

Explore the first edition of the Advent of Code, featuring festive programming puzzles from the 2015 event.

Posts

Showing 8 posts in this category.

Advent Of Code 2015: Day 8

Advent Of Code 201512672
Discover how to solve Day 8's Advent of Code challenge by calculating the difference in character counts for string literals and encoded strings.

Advent Of Code 2015: Day 7

Advent Of Code 201514730
Solve Day 7 Advent of Code challenge using Z3Py for logical constraints and theorem proving. Instructions for both parts included.

Advent Of Code 2015: Day 6

Advent Of Code 20157530
Transform your holiday house with a million lights! Follow Santa's instructions to achieve the ideal lighting. Discover the total brightness after the setup.

Advent Of Code 2015: Day 5

Advent Of Code 201511340
Santa needs help sorting nice and naughty strings in his text file. Discover how Python can solve this festive challenge efficiently!

Advent Of Code 2015: Day 4

Advent Of Code 201514920
Help Santa mine AdventCoins by finding the lowest number that produces an MD5 hash starting with five zeroes. Learn more and solve with Python!

Advent Of Code 2015: Day 3

Advent Of Code 20155860
Santa's challenge: delivering presents on an infinite grid while navigating tricky directions. How many houses receive at least one present?

Advent Of Code 2015: Day 2

Advent Of Code 20158550
Calculate the exact amount of wrapping paper and ribbon needed for presents with this simple Python script, solving Day 2's Advent of Code challenge.

Advent Of Code 2015: Day 1

Advent Of Code 20157000
Help Santa save Christmas by solving puzzles in the Advent of Code. Track Santa's floor changes and find the first basement entry position.