Matrices are quite intimidating! Right? Well not anymore, in this article we will be discussing a very popular way of matrix multiplication. It’s way more efficient than naïve multiplication. We all know how tedious it is to multiply two matrices. ...

Introduction Big O notation i.e. basically expressing the time/space complexity of an algorithm in terms of Big O comes in the role when you want to find the time/space consumed by your algorithm. Because we all know one thing that ...