314 views

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Jason_Roy asked Feb 4, 2017
740 views
Can anyone solve this??Doubts: Branch penalty should be 2. right?and what is the branch penalty for unconditional branch?
0 votes
0 votes
2 answers
2
Rustam Ali asked Sep 3, 2018
855 views
Find time complexity of below Program?A(n){if(n<=1) return;elsereturn $A(\sqrt{n})$ ;}
2 votes
2 votes
1 answer
4
Rishav Kumar Singh asked Jun 15, 2018
2,850 views
Which data structure is most efficient to find the top 10 largest items out of 1 million items stored in file?AMin heapBMax heapCBSTDSorted array