1

I understand that it is possible to analyse code and manually calculate the time complexity of an algorithm by hand and then determine the Big O notation. However I am curious if an algorithm exists to automatically compute this problem.

wahok
  • 21
  • 5
  • 2
    Very likely there is no such algorithm as I assume you can reduce this to the halting problem: https://en.wikipedia.org/wiki/Halting_problem – michid Mar 02 '21 at 12:08

0 Answers0