...
November 14, 2023

Research-Aptitude

Question 13 In conducting an empirical study, a researcher employs a non-parametric test for data analysis and finds the ‘statistics’ arrived at is ‘significant’ at .05 […]
November 14, 2023

Algorithms

Question 37 The average number of key comparisons done on a successful sequential search in list of length n is A log n B n-1/2 C […]
November 14, 2023

Question 9890 – Time-Complexity

Suppose  we  want  to  arrange  the  n  numbers  stored  in any  array  such  that  all negative  values  occur  before  all  positive  ones. Minimum  number  of  exchanges required […]
November 14, 2023

Algorithms

Question 50 If T1 = O(1), give the correct matching for the following pairs: (M) Tn = Tn−1 + n (U) Tn = O(n) (N) Tn […]