Click here to Skip to main content
15,896,606 members
Home / Discussions / Algorithms
   

Algorithms

 
QuestionHelp with algorithmic efficiency Pin
danirdd928-Sep-19 10:52
danirdd928-Sep-19 10:52 
AnswerRe: Help with algorithmic efficiency Pin
Richard Deeming10-Sep-19 1:22
mveRichard Deeming10-Sep-19 1:22 
GeneralRe: Help with algorithmic efficiency Pin
danirdd9210-Sep-19 12:58
danirdd9210-Sep-19 12:58 
GeneralRe: Help with algorithmic efficiency Pin
Richard Deeming11-Sep-19 23:13
mveRichard Deeming11-Sep-19 23:13 
AnswerRe: Help with algorithmic efficiency Pin
Gerry Schmitz10-Sep-19 19:00
mveGerry Schmitz10-Sep-19 19:00 
GeneralRe: Help with algorithmic efficiency Pin
danirdd9210-Sep-19 22:19
danirdd9210-Sep-19 22:19 
GeneralRe: Help with algorithmic efficiency Pin
Gerry Schmitz11-Sep-19 16:36
mveGerry Schmitz11-Sep-19 16:36 
QuestionSorting algorithm faster than quick sort Pin
Shuji Kaya15-Aug-19 19:36
Shuji Kaya15-Aug-19 19:36 
I have think out a sorting algorithm.
It's comparison count is fewer about 12% than gcc quick sort. (By 1000 item sort test 1000 times average)
If I am scholar, it is a case of dissertation.
But I'm not so. (I am smart-phone application developer.)
(I had ever made a article about previous version algorithm and submitted to Cornell University and it was refused. It said to go to forum like this.)

The characteristic is:
.Variation of merge sort, it would be classified.
.It is in-place. But different from "In-place merge sort" (Normally merge sort is not in-place.)

I think it may be fastest sorting ever. But I have now no way to publish.
Is there someone who knows the good way to announce it to the people who can evaluate it?
(The program list is a little long to include in this message.
I have not made explanation document about it. I am still testing and modifying it.)
AnswerRe: Sorting algorithm faster than quick sort Pin
OriginalGriff15-Aug-19 19:52
mveOriginalGriff15-Aug-19 19:52 
GeneralRe: Sorting algorithm faster than quick sort Pin
Shuji Kaya16-Aug-19 22:13
Shuji Kaya16-Aug-19 22:13 
GeneralRe: Sorting algorithm faster than quick sort Pin
OriginalGriff16-Aug-19 22:22
mveOriginalGriff16-Aug-19 22:22 
GeneralRe: Sorting algorithm faster than quick sort Pin
DaveAuld20-Aug-19 20:29
professionalDaveAuld20-Aug-19 20:29 
AnswerRe: Sorting algorithm faster than quick sort Pin
Shuji Kaya16-Aug-19 21:51
Shuji Kaya16-Aug-19 21:51 
QuestionBoruvka & Prim´s algorithm Pin
Mata Machalová13-Aug-19 2:43
Mata Machalová13-Aug-19 2:43 
AnswerRe: Boruvka & Prim´s algorithm Pin
Richard MacCutchan13-Aug-19 6:55
mveRichard MacCutchan13-Aug-19 6:55 
QuestionIf I have two algorithms, one has a running time of 100n^2 and the other has a run time of 2^n, what is the smallest value I can use to make 100n^2 run faster than 2^n? Pin
Matt_Booty18-Jul-19 8:00
Matt_Booty18-Jul-19 8:00 
AnswerRe: If I have two algorithms, one has a running time of 100n^2 and the other has a run time of 2^n, what is the smallest value I can use to make 100n^2 run faster than 2^n? Pin
Richard Deeming22-Jul-19 7:49
mveRichard Deeming22-Jul-19 7:49 
GeneralRe: If I have two algorithms, one has a running time of 100n^2 and the other has a run time of 2^n, what is the smallest value I can use to make 100n^2 run faster than 2^n? Pin
Matt_Booty22-Jul-19 8:34
Matt_Booty22-Jul-19 8:34 
QuestionTrying to program advanced Sudoku techniques Pin
haackeDc11-Jul-19 7:11
haackeDc11-Jul-19 7:11 
AnswerRe: Trying to program advanced Sudoku techniques Pin
Gerry Schmitz12-Jul-19 6:02
mveGerry Schmitz12-Jul-19 6:02 
AnswerRe: Trying to program advanced Sudoku techniques Pin
53x1513-Sep-19 6:09
53x1513-Sep-19 6:09 
QuestionFiguring out when one algorithm will be slower than another algorithm. Pin
Member 145257479-Jul-19 11:20
Member 145257479-Jul-19 11:20 
GeneralRe: Figuring out when one algorithm will be slower than another algorithm. Pin
harold aptroot9-Jul-19 22:19
harold aptroot9-Jul-19 22:19 
AnswerRe: Figuring out when one algorithm will be slower than another algorithm. Pin
Gerry Schmitz10-Jul-19 6:39
mveGerry Schmitz10-Jul-19 6:39 
Questionwhat does this algorithm do ? Pin
Member 145190962-Jul-19 13:34
Member 145190962-Jul-19 13:34 

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.