RSS
 

Posts Tagged ‘special character’

Advent Of Code 2015: Day 8

09 Dec 2015
CTF: Advent Of Code 2015
Link to challenge: http://adventofcode.com
Date Completed: 09 December 2015

Challenge

Solution

A fairly simple puzzle. My approach was to add up the strings together and use regular expressions to replace special characters with a * character so that the python len function would provide me with the correct result.

Script:

 
2 Comments

Posted in Advent Of Code 2015