Talk:Sieve of Pritchard

From Rosetta Code
Revision as of 14:09, 29 August 2022 by Rdm (talk | contribs) (Created page with "=="Efficiency"== It's probably worth noting here that the wikipedia entry suggests that this algorithm is "especially suited to quick hand computation for small bounds", and the only mention of efficiency in the current wikipedia page is a reference mentioning space efficiency (for a sieve). The task description also uses the word "quick" but only in the context of a particular step. (I've not watched the task's video link -- in part because of a learned resistance to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

"Efficiency"

It's probably worth noting here that the wikipedia entry suggests that this algorithm is "especially suited to quick hand computation for small bounds", and the only mention of efficiency in the current wikipedia page is a reference mentioning space efficiency (for a sieve). The task description also uses the word "quick" but only in the context of a particular step. (I've not watched the task's video link -- in part because of a learned resistance to the "video promotion scam" cultural trend.) --Rdm (talk) 14:08, 29 August 2022 (UTC)