-
Recent Posts
Archives
Categories
Meta
Blogroll
Category Archives: Programming
Complexity and Asymptotes
A friend pointed out to me that the statement that the final divide-and-conquer Fibonacci algorithm from the previous post could run in time was a bit misleading. The objection was that I had assumed that the matrix multiplication would not depend on … Continue reading
Posted in Programming
Leave a comment
Code Monkey
During my years as a student, I sometimes encountered a disdain in others for writing code. In some cases, the term “code monkey” would get used against someone who enjoyed writing code. Something never quite felt right about that term. … Continue reading
Posted in Programming, Signal Processing
1 Comment