Click here to Skip to main content
15,893,588 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: How to find permutations Pin
Bassam Abdul-Baki29-Aug-06 4:11
professionalBassam Abdul-Baki29-Aug-06 4:11 
AnswerRe: How to find permutations Pin
djlove6-Sep-06 6:22
djlove6-Sep-06 6:22 
QuestionFaster Search.. Pin
HakunaMatada27-Aug-06 22:51
HakunaMatada27-Aug-06 22:51 
AnswerRe: Faster Search.. Pin
Ingo27-Aug-06 23:21
Ingo27-Aug-06 23:21 
AnswerRe: Faster Search.. Pin
El Corazon28-Aug-06 2:37
El Corazon28-Aug-06 2:37 
AnswerRe: Faster Search.. Pin
leppie28-Aug-06 4:26
leppie28-Aug-06 4:26 
AnswerRe: Faster Search.. Pin
Daniel Grunwald29-Aug-06 9:04
Daniel Grunwald29-Aug-06 9:04 
GeneralRe: Faster Search.. Pin
James Laing29-Aug-06 11:56
James Laing29-Aug-06 11:56 
Hi.

It also depends on where/how the dats is stored. If it resides on disk rather than loaded into memory (due to a large dataset) then the access method will make a diffrence. A hash table might make no sense if the data cannot be contained completely within 'main' memory. It really depends on a number of factors and in the real world data cannot always be loaded as a whole. IBM developed the VSAM architecture which deals with this very issue, it is a b-tree that allows very fast access to a dataset of indeterminate size.
GeneralRe: Faster Search.. Pin
El Corazon29-Aug-06 13:23
El Corazon29-Aug-06 13:23 
GeneralRe: Faster Search.. Pin
Daniel Grunwald29-Aug-06 22:50
Daniel Grunwald29-Aug-06 22:50 
QuestionSuperscript and Subscript Calculation Pin
Identity Undisclosed24-Aug-06 22:12
Identity Undisclosed24-Aug-06 22:12 
AnswerRe: Superscript and Subscript Calculation Pin
User 171649227-Aug-06 8:16
professionalUser 171649227-Aug-06 8:16 
Questionencoding Pin
militiaware23-Aug-06 20:55
militiaware23-Aug-06 20:55 
AnswerRe: encoding Pin
Zac Howland24-Aug-06 3:41
Zac Howland24-Aug-06 3:41 
GeneralRe: encoding Pin
Sebastian Schneider24-Aug-06 23:11
Sebastian Schneider24-Aug-06 23:11 
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:13
Zac Howland25-Aug-06 4:13 
GeneralRe: encoding Pin
Sebastian Schneider25-Aug-06 4:21
Sebastian Schneider25-Aug-06 4:21 
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:29
Zac Howland25-Aug-06 4:29 
GeneralRe: encoding Pin
Dan Neely25-Aug-06 4:38
Dan Neely25-Aug-06 4:38 
GeneralRe: encoding Pin
Zac Howland25-Aug-06 4:46
Zac Howland25-Aug-06 4:46 
GeneralRe: encoding Pin
Sebastian Schneider26-Aug-06 13:28
Sebastian Schneider26-Aug-06 13:28 
GeneralPoincaré Conjecture Pin
Bassam Abdul-Baki23-Aug-06 8:00
professionalBassam Abdul-Baki23-Aug-06 8:00 
GeneralRe: Poincaré Conjecture Pin
El Corazon23-Aug-06 8:14
El Corazon23-Aug-06 8:14 
GeneralRe: Poincaré Conjecture Pin
Bassam Abdul-Baki23-Aug-06 8:15
professionalBassam Abdul-Baki23-Aug-06 8:15 
GeneralRe: Poincaré Conjecture Pin
A.A.23-Aug-06 13:06
A.A.23-Aug-06 13: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.