I'm taking my first numerical analysis course. I'm trying to understand the difference between order of convergence and Big O notation (asymptotic order). If I have two algorithms and algorithm A is Big O of $h$ while algorithm B is Big O of $h^2$ I understand that algorithm B is faster. However, isn't algorithm B's order of convergence also 2 (from exponent in h^2)?
If I am mistaken here can someone help me understand the difference between order of convergence and Big O notation (asymptotic order)?
Thanks,
-Idle