CSE 100 Certification Exam Questions and CORRECT Answers
The running time of the Strassen's algorithm for multiplying two n-by-n matrices is Θ(n^3) True or False? False n log^5 n = Ω(n^2 ) True or False? False If f = O(g), then g = O(f) True or False? False log2 n! = Ω(n log n) True or False? True There is a deterministic O(n) time algorithm for Selection problem; recall that in the Selection problem, we are asked to find the kth smallest element out of n elements. True or False? True The average running time of the Randomized Quick-Sort is O(n log n) if the pivot is chosen uniformly at random, True or False? True One can build a max-heap in O(n) time, True or False? True
Document information
- Uploaded on
- April 22, 2024
- Number of pages
- 14
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers