aspose file tools
The moose likes Beginning Java and the fly likes Java range operator? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Java range operator?" Watch "Java range operator?" New topic
Author

Java range operator?

Winston Gutkowski
Bartender

Joined: Mar 17, 2011
Posts: 4739
    
    7

Aleksey Vladimirovich wrote:My God, now I got how wrong I was
...
I thought solving of this problem by Winston's approach would request some fancy and very slow algorithm, but I was so wrong. Results talk for themselves.
Thank you guys for steering me to the right solution and your patience! You rock, guys!

And isn't it much more fun when you work out the solution for yourself? That's why we DON'T just hand out answers here.

And well done.

Winston


Isn't it funny how there's always time and money enough to do it WRONG?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32651
    
    4
fred rosenberger wrote: . . . I haven't done the math to figure out the complexity of each algorithm, . . .
Iterating the series of numbers to find their prime factors, multiplied by time to multiply those factors. At worst, quadratic, but for large numbers it may approach nlogn complexity.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Java range operator?
 
Similar Threads
boolean
counting and primes
Returning if a number is prime. (Chapter on Objects and classes. OOP)
Leap year program
how to check if divisible by 2 in <c:if>