Category Archive for "Performance"

Why is processing a sorted array faster than processing an unsorted array?

Whether you are a beginner or an experienced programmer, you may have come across a situation where processing a sorted array appears to be faster than processing an unsorted array...

Big O, How Do You Calculate/Approximate It?

When it comes to analyzing the performance of algorithms, one key concept that every computer science graduate learns is Big O notation. Big O notation, also referred to as time co...