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

Hashing and parsing - blake2b

Verification step for application that states this Send a GET request to https://api.close.com/buildwithus/ Follow the instructions provided in the response. Enter your Verification ID in the space provided here. Using the GET request to that url you get the following for example { "traits": [ "
27 Apr 2025 1 min read

Compute Blood Types

Doing another painful irrelevant code question about inheritance and blood types and came up with this Given /** * @param parent1 The phenotype of the first parent (A, B, AB or O) * @param parent2 The phenotype of the second parent (A, B, AB or O) * @param child The phenotype of the child
26 Apr 2025 2 min read

Find a path: Depth first search

Got stuck on a question about computing possible moves across a one dimensional array. Given A game representing an array of integers. Here is an example game board, which is kept short for simplicity index | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | value | 3 | 2 | 0 | 1 | 3
24 Apr 2025 2 min read
Empty Space © 2025
Powered by Ghost