Consider any mathematical function of T(n) = O(f(n)), which after n exceeds some value cf(n) will exceed the value of T(n) for some constant c. Does this really mean anything useful? I might say in a… more →
The Realm of Wonderwrote 2 months ago: Why did we stop doing proofs? I liked proofs. Why are we studying sorting and big-oh? I remember doi … more →
wrote 3 months ago: Many students are challenged to understand the nature of Big Oh in relating it to the order of accur … more →
wrote 1 year ago: This is all about the ubiquitous Big Oh! notation. It’s widely popular in CS and often discuss … more →
wrote 3 years ago: You think you’ve tried the best thing that this world has to offer you. But you have no idea! … more →
wrote 3 years ago: Consider any mathematical function of T(n) = O(f(n)), which after n exceeds some value cf(n) will e … more →
wrote 4 years ago: As I head to the snowy north for the winter break, I’m on a layover in god’s favorite ci … more →
wrote 4 years ago: Suppose we have two sorted arrays: A and B of size n. We would like to know if there is such a pair … more →