Talk:Sieve of Eratosthenes: Difference between revisions

No edit summary
Line 60:
[[User:Walterpachl|Walterpachl]] 10:40, 23 July 2012 (UTC)
== Java ==
Please replace the horribly inefficient published Java code with the following:
 
<lang java5>import java.util.ArrayList;