I m doing btech with computerscience branch.For every campus placement eligibilty criteriais is 60%.I have 65% in highschool and b.tech till now but secured 59.6% in intermediate. So would this percentage b considered as 60% or i wont b able to sit in exams?kindly post your views?
2358What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }
3 10868Min-Max Write an algorithm that finds both the smallest and largest numbers in a list of n numbers and calculate its complexity T(n).
1 7323Post New Infosys Interview Questions
How is buffer used in aws?
How to configure Auditing in BOBJ?
What is the difference between ISA Board & STM-1 in SDH
What is java swing package?
How to set a link to image in html?
Why should I use abstract class?
How do I revive a dead hard drive?
Expand-------NBTA
What is the security aspects provided with cloud?
How are composite and multiple indexes different?
What is the thermal efficiency of a diesel engine?
Is smb secure?
What is a trace and asset? Explain some differences?
Do I need javascript enabled?
What is inline conditional expressions?