Tag Archives: AdventofCode

Advent of Code–Day 2

I’ve continued working along, and while I found Day 2 to be straightforward in Python and PowerShell, I thought it was tricky in SQL I decided this one was worth a post, since I had to futz around a few … Continue reading

Posted in Blog | Tagged , , | Comments Off on Advent of Code–Day 2

Hash Tables in PowerShell–Advent of Code Day 3

I continue to work on solving the Advent of Code puzzles in both PowerShell and T-SQL after completing them in Python. When I hit day 3 in PowerShell, it was a few new tricks to learn, one of which was … Continue reading

Posted in Blog | Tagged , , | Comments Off on Hash Tables in PowerShell–Advent of Code Day 3

Advent of Code Day 1, Puzzle B

As I continue through the Advent of Code, albeit slowly, I’m solving each puzzle 3 days. I worked through 6 of them in Python before moving on to other languages, and this is my chance to catch up with both … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Advent of Code Day 1, Puzzle B

Advent of Code Day 1, Puzzle A

I have been working my way through the Advent of Code series across the last few weeks. This is a side project, allowing me to use some Python skills to solve the various puzzles. I also started to use PowerShell … Continue reading

Posted in Blog | Tagged , , , | 1 Comment