I am trying to figure out the average-case time complexity of a program. I managed to find the completion times for certain input sizes like:
Size-Time
12 - 0.11552862
13 - 0.12365744
14 - 0.20763664
15 - 0.51893218
16 - 1.6423617
17 - 7.625521
And I created a graph. Graph
Is it possible to find the time complexity with only this information. I am kinda lost now.