I got the home assessment which I didn't understand. what to do and how to achieve it.
The question:
Write a program to compute the running time for addition operation for an input of size n. The computational complexity is n, n^2,n^3, n! and 2^n? How does this compare with the multiplication operation?
Every little bits help.