Big O Notation Case Studies

In the heart of our company, we have a deep love forchartInstance optimization. Here are some case studies on our favorite Big O notation problems.

Merge Sort

We once had to optimize the merge sort algorithm for our sorting needs. Turns out, using a bottom-up approach was the way to go. Read more

Quicksort

Our team had a blast implementing Quicksort, but it was a real pain to deal with those pesky tail recursion optimizations. Learn from our mistakes

Binary Search

We once had to optimize our binary search for a database of cat pictures. Let's just say it didn't end well. The tale of woe and lost kittens

See all case studies