Divide and Conquer Algorithms
Cristina Mulas Lopez Cristina Mulas Lopez

Divide and Conquer Algorithms

Divide and conquer is a powerful algorithm used to solve many important problems such as merge sort, quick sort, selection sort and performing matrix multiplication.

Read More
Big O Notation Simplified
Cristina Mulas Lopez Cristina Mulas Lopez

Big O Notation Simplified

In this blog post, I am going to talk about Big O Notation. I will explain what is the Big O Notation, how is Big O Notation associated with Algorithms, and provide some examples.

Read More