SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Order these from longest time to complete to least: O(log n), O(1), O(n log n), O(2^n), O(n), O(n^2), O(n!)

Author: Will Parker



Answer:

O(n!) O(2^n) O(n^2) O(n log n) O(n) O(log n) O(1)


0 / 5  (0 ratings)

1 answer(s) in total