Click here to Skip to main content
15,909,437 members
Home / Discussions / Algorithms
   

Algorithms

 
Questionconfusions Pin
en41117-Dec-12 22:37
en41117-Dec-12 22:37 
AnswerRe: confusions Pin
Alan Balkany18-Dec-12 5:43
Alan Balkany18-Dec-12 5:43 
QuestionWhen completing a bespoke programme should I give the code up? Pin
itorchuk17-Dec-12 8:08
itorchuk17-Dec-12 8:08 
AnswerRe: When completing a bespoke programme should I give the code up? Pin
jschell17-Dec-12 8:27
jschell17-Dec-12 8:27 
GeneralRe: When completing a bespoke programme should I give the code up? Pin
itorchuk17-Dec-12 8:37
itorchuk17-Dec-12 8:37 
QuestionPrime Number Generation Pin
Joshua Guyette14-Dec-12 9:36
Joshua Guyette14-Dec-12 9:36 
AnswerRe: Prime Number Generation Pin
Alan Balkany17-Dec-12 4:39
Alan Balkany17-Dec-12 4:39 
AnswerRe: Prime Number Generation Pin
April Fans19-Dec-12 19:34
April Fans19-Dec-12 19:34 
Hello there,

Prime Number Generating Algorithm:

A Prime Sieve or Prime Number Sieve is defined to be a fast type of algorithm for finding prime numbers. There are quite a lot of prime sieves that can be found. So the question remains: which one should I implement?

First we must ask: exactly how does a Prime Sieve work? What does it do? Well, here's the answer! A prime sieve works by creating a list of all integers up to a what ever limit and then progressively removing numbers that are made up of multiple elements (composite)until only primes numbers remain. This is one of the most known the most efficient ways to obtain a large range of prime numbers.

Live Support Software for Busines
April

Comm100 - Leading Live Chat Software Provider


modified 27-May-14 8:40am.

AnswerRe: Prime Number Generation Pin
_Kel_30-Dec-12 4:44
_Kel_30-Dec-12 4:44 
QuestionFinding Bounding Entities Pin
Kyudos9-Dec-12 12:10
Kyudos9-Dec-12 12:10 
AnswerRe: Finding Bounding Entities Pin
Alan Balkany10-Dec-12 5:28
Alan Balkany10-Dec-12 5:28 
Questionneed a guidance Pin
en4114-Dec-12 22:08
en4114-Dec-12 22:08 
AnswerRe: need a guidance Pin
Alan Balkany5-Dec-12 4:55
Alan Balkany5-Dec-12 4:55 
AnswerRe: need a guidance Pin
Dr. Hurol Aslan1-Feb-13 3:55
Dr. Hurol Aslan1-Feb-13 3:55 
GeneralUSING PARTICLE SWARM OPTIMIZATION IN MATLAB Pin
李不凡 Dec20123-Dec-12 6:34
李不凡 Dec20123-Dec-12 6:34 
Questionalgorithms??? Pin
en4111-Dec-12 15:13
en4111-Dec-12 15:13 
AnswerRe: algorithms??? Pin
Peter_in_27801-Dec-12 19:34
professionalPeter_in_27801-Dec-12 19:34 
QuestionRe: algorithms??? Pin
April Fans27-Dec-12 4:17
April Fans27-Dec-12 4:17 
NewsWilling to Trade Ad Space on My site for work on my site Pin
Beyslist114-Nov-12 17:15
Beyslist114-Nov-12 17:15 
QuestionNeed a Classified Ad Aggregator Algorithm Pin
Beyslist114-Nov-12 17:14
Beyslist114-Nov-12 17:14 
Questionfinding the best algorithm Pin
speedchandu20-Oct-12 11:32
speedchandu20-Oct-12 11:32 
AnswerRe: finding the best algorithm Pin
Alan Balkany22-Oct-12 5:00
Alan Balkany22-Oct-12 5:00 
GeneralRe: finding the best algorithm Pin
speedchandu22-Oct-12 20:12
speedchandu22-Oct-12 20:12 
GeneralRe: finding the best algorithm Pin
_Kel_22-Oct-12 23:36
_Kel_22-Oct-12 23:36 
GeneralRe: finding the best algorithm Pin
AshrafKawarezmey14-Nov-12 4:57
AshrafKawarezmey14-Nov-12 4:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.