Algorithm Efficiency
•Also, you can ignore a constant being multiplied to a high-order term.
•For example: if an algorithm is O(5*N3), then it is the same as O(N3).
•However, not all experts agree with this approach
–and there may be situations where the constants have significance