Advent of Code [With AI]: Day 2
Day 2 brings a new AoC challenge that I found quite a bit easier than day 1. The requirements are much more clear, so I… Read More »Advent of Code [With AI]: Day 2
Day 2 brings a new AoC challenge that I found quite a bit easier than day 1. The requirements are much more clear, so I… Read More »Advent of Code [With AI]: Day 2
Advent of Code is an annual coding challenge where a new puzzle is released starting December 1st, all the way up to Christmas. Though AI… Read More »Advent of Code [with AI]: Day 1
The difficulty level gets ramped up here in Project Euler’s next problem.
The difficulty level gets ramped up here in Project Euler’s next problem.
The FizzBuzz test is a classic interview programming problem that’s easy to solve if you’re familiar with looping and some sort of MOD function. Here’s… Read More »FizzBuzz in PL/SQL
Switching to Ruby for a quick one-liner of Project Euler.
Solving the riddle from problem 19 for Project Euler in PL/SQL.
Solving problem 18 of Project Euler in PL/SQL.
Switching back to PL/SQL for Problem 17 of Project Euler.
For Project 16 of Project Euler, I’ll jump over to Ruby for an elegant solution.