Content deleted Content added
No edit summary |
→Examples: trial division is not a form of the Sieve. it is a different algorithm with different complexity |
||
Line 67:
</pre>
While Pure uses [[eager evaluation]] by default, it also supports [[Lazy evaluation|lazy]] data structures such as streams (lazy [[List (computing)|lists]]). For instance,
<pre>
|