An algorithm takes 12 seconds for input size 12000. How large a problem can be solved in one minute if the running time is 10N?
PLease tell me the solution in detain because i want to learn this. I am new in Data Structures and Algortithms.
My sir solved this like this. But i forgot that how he solved that question. Please describe it.
12/12000 = 60/10N
N = 6000
New contributor
Saqlain Shahzad is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.