how many times does System.out.println(i); execute as numItems gets large?
how many times does i = i / 2 execute as numItems gets large?
If you double numItems, how does the number of times System.out.println(i); executes change?
If you double numItems, how does the number of times i = i / 2; executes change?
Main Topics
Browse All Topics





by: ozoPosted on 2009-09-12 at 01:10:46ID: 25315588
n! > 2^n for n>4