Linear Operations
<rant> We all know O(n) = O(2n), right? I mean, we’re talking about how algorithms scale here. Linear is linear. I add 100 more elements to my dataset and the time to finish what ever I was doing scales linearly. Now that’s all fine and good but think a bit when working with code. Just […]
. Read more