About Me
My name is Matthew Seiler and I'm a software engineer in Virginia, USA. This is my personal web site! I practice CSS here and occasionally write something.
- Projects on GitLab & GitHub
- Profile on LinkedIn
- Resume / CV right here
Recent Posts
-
Extended Polymerization - Dynamic Programming
Converting a recursive solution for Advent of Code 2021 day 14 into an iterative one for optimal memory usage
-
Extended Polymerization - Memoization
Optimizing a recursive solution for Advent of Code 2021 day 14 using memoization
-
Extended Polymerization - Divide and Conquer
A recursive solution for Advent of Code 2021 day 14, "Extended Polymerization"