Empty Space
  • Home
  • Resume
  • Posts
  • Personal
  • Code
Sign in Subscribe
code

Advent of Code - 2022

  • Robin Michael

Robin Michael

01 Dec 2022

Can I complete Advent of Code 2022 in python this year?  Last years entry and how far I got

  • 2022 - Python solutions

I finished!!  A little later than 25th, but I did catch Covid for the week of 18th - 25th.

Sign up for more like this.

Enter your email
Subscribe

Data Modeling: SQLite + Python - Part 3

This is a continuation of Sqlite in memory data structures used for general problem solving. As this is a continuation I am going to skip over some of the background details on why to use in memory sqlite and how to create and get to the harder problem that this
06 Aug 2025 6 min read

Data Modeling: SQLite + Python - Part 2

Introduction Working through the question of given text line inputs of a text line with a format of "{City name},{Date},{Max temperature in Celsius}" parse the input lines if possible and find the maximum average temperature for a city in a particular month of a target year.
02 Aug 2025 3 min read

Binary Search

Asked to find the index of a value within a sorted list of numbers. That means binary search right. Point of reference here is that I have never had to do this in a work setting because the data is never ordered or kept in order. Uniqueness sure, but the
20 Jul 2025 1 min read
Empty Space © 2025
Powered by Ghost