Question: data structures Quiz/ Q-1 for (int i = 0; i < n; i++) { System.out.println(hello); } 1-O(n2) 2- O(2n) 3- O(1) 4-O(n)
data structures Quiz/
Q-1
for (int i = 0; i < n; i++) {
System.out.println("hello");
}
1-O(n2)
2- O(2n)
3- O(1)
4-O(n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
