Tweet
Replying to @josecastillo
(oh and I suppose the technical answer to my Big O question: yes, my O(n) function is, in theory, equivalent to O(n•log(m)), given a constant m; O(n) and O(2n) are both linear time. But in practice, I’m waiting around twice as long on the second one, because the line is steeper)
(original)