(Note: "O" stands for Big O notation)
prove mathematically that if a Turing Machine runs in time O(k(n)), then it runs in time O(h(k(n)) +c), for any constant c ≥ 0 and any functions k(n) and h(n) where h(n) ≥ n.
The solution for the problem is provided below, please comment if any doubts:
That is: if a Turing Machine runs in time O(k(n)), then it runs in time O(h(k(n)) +c)
Get Answers For Free
Most questions answered within 1 hours.