0 votes
1
#IITD_2011If we are give a sorted array and we have to find two elements which sum to a number x.
0 votes
5
Hello y'all. How can I find log values in Gate exam? Do they provide any calculator or log tables?Also, is there any manual way to find log values.Example What will be th...
30 votes
7
Consider the following C function.int fun(int n) { int x=1, k; if (n==1) return x; for (k=1; k<n; ++k) x = x + fun(k) * fun (n-k); return x; }The return value of $fun(5)$...
2 votes
15
If input is sorted in reverse order , then which sorting algorithm will perform best -A) Insertion SortB) Merge SortC) Heap SortD) Quick Sort
0 votes
20
my ans 65ms
1 votes
27
Please suggest some good online material(other than video) for Data structure? If anyone has idea about NLC(www.nlcindia.com) GET interview, please suggest what to prepar...
0 votes
29
I have used bcmon.apk and reaver for android.apk but they don't meet my hardware requirements . but I need a universal solution for it regardless of any WiFi chipset str...
1 votes
30