MCQOPTIONS
Saved Bookmarks
| 1. |
There are four different algorithms A1, A2, A3 and A4 to solve, a given problem with the complexity order log(n), log(log(n)), n log and n/log(n) respectively. Which is the best algorithm? |
| A. | A1 |
| B. | A2 |
| C. | A3 |
| D. | A4 |
| Answer» C. A3 | |