Introduction According to Wikipedia, “Big O notation is a mathematical notation that describes the limiting behaviour of a function when the argument tends towards a particular value or infinity”. Similarly, asymptotic analysis in programming is the behaviour of a method as its inputs reach a certain limit. As software engineers, it…