What 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 9327Post New Qatar University Interview Questions
What is Garbage Collection in Java
Which operating system is supported by HANA system?
table actions available in oracle connector?
Do you know the difference between shares and debentures?
What is the list interface in java programming?
Is it possible to create the following trigger: before or after update trigger for each row?
Mention what are the essential components of embedded system?
What are the functional areas?
What is ole in excel?
What is orm in mysql?
Splitting of production order & product version
What is an operator in php?
What is cookie in java?
in plate load test what is the thickness of plate 20mm 5mm 50mm none
how to calculate slip ring induction motor stator and rotor currents??