Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Shortest Way to Shuffle Array Pin
Simon_Whale11-Mar-14 0:00
Simon_Whale11-Mar-14 0:00 
GeneralRe: Shortest Way to Shuffle Array Pin
computerpublic11-Mar-14 6:59
computerpublic11-Mar-14 6:59 
GeneralRe: Shortest Way to Shuffle Array Pin
Simon_Whale11-Mar-14 7:13
Simon_Whale11-Mar-14 7:13 
GeneralRe: Shortest Way to Shuffle Array Pin
computerpublic11-Mar-14 7:20
computerpublic11-Mar-14 7:20 
GeneralRe: Shortest Way to Shuffle Array Pin
Simon_Whale11-Mar-14 7:29
Simon_Whale11-Mar-14 7:29 
GeneralRe: Shortest Way to Shuffle Array Pin
computerpublic11-Mar-14 6:57
computerpublic11-Mar-14 6:57 
GeneralRe: Shortest Way to Shuffle Array Pin
BobJanova12-Mar-14 3:01
BobJanova12-Mar-14 3:01 
AnswerRe: Shortest Way to Shuffle Array Pin
GuyThiebaut10-Mar-14 22:47
professionalGuyThiebaut10-Mar-14 22:47 
You might want to check the Computerphile channel on youtube who do a number of very good presentations on sorting arrays(I take it when you say shuffle you mean sort).
The short answer is that there is no fastest method that fits all scenarios - depending on the number of elements and distribution different methods will be faster or slower. The main factor influencing which sort algorithm to use is the size of the array.
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens


modified 11-Mar-14 5:02am.

GeneralRe: Shortest Way to Shuffle Array Pin
BillWoodruff10-Mar-14 23:22
professionalBillWoodruff10-Mar-14 23:22 
GeneralRe: Shortest Way to Shuffle Array Pin
computerpublic11-Mar-14 7:03
computerpublic11-Mar-14 7:03 
AnswerRe: Shortest Way to Shuffle Array Pin
Pete O'Hanlon11-Mar-14 7:51
mvePete O'Hanlon11-Mar-14 7:51 
AnswerRe: Shortest Way to Shuffle Array Pin
Henrik Jonsson13-Mar-14 11:10
Henrik Jonsson13-Mar-14 11:10 
AnswerRe: Shortest Way to Shuffle Array Pin
Henrik Jonsson13-Mar-14 22:05
Henrik Jonsson13-Mar-14 22:05 
QuestionRMO programming Pin
Member 1064095910-Mar-14 10:22
Member 1064095910-Mar-14 10:22 
AnswerRe: RMO programming Pin
Eddy Vluggen10-Mar-14 10:39
professionalEddy Vluggen10-Mar-14 10:39 
Questionrdlc report print button Pin
balamuru10-Mar-14 9:05
balamuru10-Mar-14 9:05 
GeneralRe: rdlc report print button Pin
Ravi Bhavnani10-Mar-14 9:41
professionalRavi Bhavnani10-Mar-14 9:41 
AnswerRe: rdlc report print button Pin
Member 1064095910-Mar-14 10:31
Member 1064095910-Mar-14 10:31 
QuestionC# SQl Connection and Retrieve Data Pin
Member 1062896810-Mar-14 5:47
Member 1062896810-Mar-14 5:47 
QuestionRe: C# SQl Connection and Retrieve Data Pin
Richard MacCutchan10-Mar-14 6:00
mveRichard MacCutchan10-Mar-14 6:00 
AnswerRe: C# SQl Connection and Retrieve Data Pin
OriginalGriff10-Mar-14 6:01
mveOriginalGriff10-Mar-14 6:01 
AnswerRe: C# SQl Connection and Retrieve Data Pin
Simon_Whale10-Mar-14 6:38
Simon_Whale10-Mar-14 6:38 
QuestionHow to add bookmark in a PDF that has images Pin
meeram399-Mar-14 23:37
professionalmeeram399-Mar-14 23:37 
QuestionConverting Canvas Element to image Pin
Vinay Sakpal9-Mar-14 22:56
professionalVinay Sakpal9-Mar-14 22:56 
AnswerRe: Converting Canvas Element to image Pin
OriginalGriff9-Mar-14 23:05
mveOriginalGriff9-Mar-14 23:05 

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.