what is the role of the constant of proportionality while comparing the the order of complexities of two competing algorithms.
Like in case ALGO A has complexity 3*O(n) while ALGO B has complexity 10*O(n),What will be the effect of constant of 3 and 10 here?