540 views

1 Answer

Related questions

0 votes
0 votes
1 answer
1
rsansiya111 asked Dec 6, 2021
376 views
Worst Case scenario in case of linear search algorithm is_______________.Item is somewhere in the middle of the arrayItem is not in the array at allItem is the last eleme...
0 votes
0 votes
0 answers
2
rsansiya111 asked Dec 6, 2021
309 views
The time complexity of solving the Longest Common Subsequence problem using Dynamic Programming is: (m and n are lengths of subsequences) O(m.n)O(m+n)O(log m.n)O(m/n)
0 votes
0 votes
1 answer
3
rapidxy asked Dec 14, 2021
391 views
Let $C(n,r)= \binom{n}{r}$.The value of $\sum_{k=0}^{20}(2k+1)C(41,2k+1)$ is :A)40(2)^40 B)40(2)^39C)41(2)^40D)41(2)^39
1 votes
1 votes
0 answers
4
rsansiya111 asked Dec 6, 2021
407 views
If a hash table is implemented asa search tree, the expected time required to enter n names and make m searches is proportional to: (n + m) $log_{2} n$(n + m) $log_{2} m$...