Is there a way to calculate approximate running time of an algorithm
https://news.ycombinator.com/item?id=10071889Given an algorithm and input size, is it possible to calculate how long it would take for typical person computer to give the output?
If there are any techniques, please help me out.