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 ...