Click here to Skip to main content
15,915,164 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Merging sorted data blocks. Pin
Stefan_Lang14-Feb-11 23:25
Stefan_Lang14-Feb-11 23:25 
GeneralRe: Merging sorted data blocks. Pin
Member 419459315-Feb-11 4:41
Member 419459315-Feb-11 4:41 
GeneralRe: Merging sorted data blocks. Pin
Stefan_Lang15-Feb-11 5:31
Stefan_Lang15-Feb-11 5:31 
GeneralRe: Merging sorted data blocks. Pin
Member 419459315-Feb-11 7:30
Member 419459315-Feb-11 7:30 
AnswerRe: Merging sorted data blocks. Pin
dasblinkenlight14-Feb-11 22:29
dasblinkenlight14-Feb-11 22:29 
GeneralRe: Merging sorted data blocks. Pin
Member 419459315-Feb-11 4:47
Member 419459315-Feb-11 4:47 
QuestionRe: Merging sorted data blocks. Pin
musefan15-Feb-11 6:22
musefan15-Feb-11 6:22 
AnswerRe: Merging sorted data blocks. Pin
Member 419459315-Feb-11 7:02
Member 419459315-Feb-11 7:02 
musefan,

Yes, someone will read that data. I had originally created a program to randomize a list. I wanted a verify that I had selected each entry in the original list once and once only. A sort would re-order the randomized list then a simple file compare (fc.exe) of the original file and the sorted file could verify the correctness of the randomization.

Sort.exe was very slow (compared to the randomizing), so I went down that rabbit hole to develop a faster sort, and got lost in a maze of twisty little tunnels..... (what an Adventure!)

Another method would have been to bitmap the randomized records and see that they did not overlap, but this would work only for numeric strings, and the randomize program worked with any string data. To bitmap that would require a string sort anyway to equate a string with an entry number.

Dave.
AnswerRe: Merging sorted data blocks. Pin
Eddy Vluggen17-Feb-11 7:47
professionalEddy Vluggen17-Feb-11 7:47 
GeneralRe: Merging sorted data blocks. Pin
Member 419459317-Feb-11 15:16
Member 419459317-Feb-11 15:16 
GeneralRe: Merging sorted data blocks. Pin
Eddy Vluggen18-Feb-11 11:29
professionalEddy Vluggen18-Feb-11 11:29 
GeneralRe: Merging sorted data blocks. Pin
Member 419459319-Feb-11 16:15
Member 419459319-Feb-11 16:15 
GeneralRe: Merging sorted data blocks. Pin
Eddy Vluggen20-Feb-11 1:29
professionalEddy Vluggen20-Feb-11 1:29 
GeneralRe: Merging sorted data blocks. Pin
Member 419459322-Feb-11 12:11
Member 419459322-Feb-11 12:11 
QuestionIn what mathematical/programming tasks are used sparse graphs? Pin
Marsellos5-Feb-11 3:06
Marsellos5-Feb-11 3:06 
AnswerRe: In what mathematical/programming tasks are used sparse graphs? Pin
Alan Balkany7-Feb-11 4:35
Alan Balkany7-Feb-11 4:35 
AnswerRe: In what mathematical/programming tasks are used sparse graphs? Pin
dasblinkenlight7-Feb-11 6:30
dasblinkenlight7-Feb-11 6:30 
QuestionMotion tracking algorythm from Pan and tilt video feed Pin
GDMFSOB7-Jan-11 0:59
GDMFSOB7-Jan-11 0:59 
AnswerRe: Motion tracking algorythm from Pan and tilt video feed Pin
Alan Balkany7-Jan-11 4:04
Alan Balkany7-Jan-11 4:04 
GeneralRe: Motion tracking algorythm from Pan and tilt video feed Pin
GDMFSOB9-Jan-11 19:29
GDMFSOB9-Jan-11 19:29 
AnswerRe: Motion tracking algorythm from Pan and tilt video feed Pin
Roger Wright7-Jan-11 11:01
professionalRoger Wright7-Jan-11 11:01 
GeneralRe: Motion tracking algorythm from Pan and tilt video feed Pin
GDMFSOB9-Jan-11 19:25
GDMFSOB9-Jan-11 19:25 
AnswerRe: Motion tracking algorythm from Pan and tilt video feed Pin
Keith Barrow8-Jan-11 3:04
professionalKeith Barrow8-Jan-11 3:04 
GeneralRe: Motion tracking algorythm from Pan and tilt video feed Pin
GDMFSOB9-Jan-11 19:34
GDMFSOB9-Jan-11 19:34 
GeneralRe: Motion tracking algorythm from Pan and tilt video feed Pin
Member 1258471814-Jun-16 23:06
Member 1258471814-Jun-16 23:06 

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.