Click here to Skip to main content
15,889,595 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Minimal covering ring Pin
harold aptroot30-Jun-16 3:03
harold aptroot30-Jun-16 3:03 
QuestionTricky algorithm i cant solve.. ||thank you in advence Pin
sPPa2-Jun-16 10:44
sPPa2-Jun-16 10:44 
AnswerRe: Tricky algorithm i cant solve.. ||thank you in advence Pin
Henry Faure4-Jul-16 9:25
Henry Faure4-Jul-16 9:25 
QuestionWhat Does Complexity of Algorithm Mean??? Pin
Django_Untaken26-May-16 1:09
Django_Untaken26-May-16 1:09 
AnswerRe: What Does Complexity of Algorithm Mean??? Pin
Rob Philpott26-May-16 1:27
Rob Philpott26-May-16 1:27 
AnswerRe: What Does Complexity of Algorithm Mean??? Pin
Richard MacCutchan26-May-16 1:34
mveRichard MacCutchan26-May-16 1:34 
AnswerRe: What Does Complexity of Algorithm Mean??? Pin
harold aptroot26-May-16 1:35
harold aptroot26-May-16 1:35 
AnswerRe: What Does Complexity of Algorithm Mean??? Pin
Patrice T28-May-16 9:55
mvePatrice T28-May-16 9:55 
Django_Untaken wrote:
Let us suppose a simple array contains 25 elements. What does above information mean and how should I visualize it??
Nothing ! it don't work that way.
Say that you just measured runtime it takes for 25 elements for best case and worst case.
The Big O notation allow you to evaluate what it takes for 250 elements or 2500 elements.
Best case is O(n) means that 10 times the data will take 10 time the runtime and 100 times the data will take 100 time the runtime.
Worst case is O(n^2) means that 10 times the data will take 100 time the runtime and 100 times the data will take 10000 time the runtime.

See these links:
Big O notation - Wikipedia, the free encyclopedia[^]
Analysis of algorithms - Wikipedia, the free encyclopedia[^]
Patrice

“Everything should be made as simple as possible, but no simpler.” Albert Einstein

SuggestionRe: What Does Complexity of Algorithm Mean??? Pin
Richard Deeming1-Jun-16 1:24
mveRichard Deeming1-Jun-16 1:24 
GeneralRe: What Does Complexity of Algorithm Mean??? Pin
Patrice T1-Jun-16 1:45
mvePatrice T1-Jun-16 1:45 
QuestionHow they got this function? Pin
Member 125085107-May-16 1:51
Member 125085107-May-16 1:51 
AnswerRe: How they got this function? Pin
Chris Losinger12-May-16 6:33
professionalChris Losinger12-May-16 6:33 
QuestionIn Search for a Published Board Game Generating Algorithm Pin
Mark.io5-May-16 2:13
Mark.io5-May-16 2:13 
QuestionAlgorithm Pin
Member 1246448116-Apr-16 5:43
Member 1246448116-Apr-16 5:43 
AnswerRe: Algorithm Pin
Richard Deeming18-Apr-16 2:28
mveRichard Deeming18-Apr-16 2:28 
GeneralRe: Algorithm Pin
honglomong940@gmail.com29-Apr-16 22:50
honglomong940@gmail.com29-Apr-16 22:50 
AnswerRe: Algorithm Pin
Patrice T18-Apr-16 5:46
mvePatrice T18-Apr-16 5:46 
QuestionDealing with arbitrarily large power of 10 numbers Pin
Member 1168325115-Apr-16 3:52
Member 1168325115-Apr-16 3:52 
SuggestionRe: Dealing with arbitrarily large power of 10 numbers Pin
Richard Deeming15-Apr-16 4:21
mveRichard Deeming15-Apr-16 4:21 
GeneralRe: Dealing with arbitrarily large power of 10 numbers Pin
Member 1168325115-Apr-16 8:45
Member 1168325115-Apr-16 8:45 
AnswerRe: Dealing with arbitrarily large power of 10 numbers Pin
Eddy Vluggen15-Apr-16 5:00
professionalEddy Vluggen15-Apr-16 5:00 
AnswerRe: Dealing with arbitrarily large power of 10 numbers Pin
Kenneth Haugland15-Apr-16 14:43
mvaKenneth Haugland15-Apr-16 14:43 
AnswerRe: Dealing with arbitrarily large power of 10 numbers Pin
Mark.io5-May-16 1:56
Mark.io5-May-16 1:56 
GeneralRe: Dealing with arbitrarily large power of 10 numbers Pin
Member 116832518-May-16 22:15
Member 116832518-May-16 22:15 
AnswerRe: Dealing with arbitrarily large power of 10 numbers Pin
Daniel Pfeffer8-May-16 22:36
professionalDaniel Pfeffer8-May-16 22:36 

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.