I have to complete a study on analysis of digital algorithms. I need some expert ideas on the topic. I understand that two algorithms having the same time complexity are affected by the constant, say alpha, in there complexity equations. The algorithm with a greater value of alpha is considered poorer to an algorithm with a smaller alpha. An example equation for the complexity would be F(n)=A(n^2+2n)
What other factors govern the comparison between two algorithms in case they are of the same time complexity? Any suggestions would be most welcome.