Exam (elaborations)
AQA A Level Computer Science 7517 : 4 - Theory of Computation Questions with 100% Correct Answers
- Course
- Institution
What is the time complexity of an algorithm with no loops? Correct Answer Constant - O(1) What is the time complexity of an algorithm with a for/while loop? Correct Answer Linear - O(n) What is the time complexity of an algorithm with a nested loop? Correct Answer Polynomial - O(n^number of l...
[Show more]