Click here to Skip to main content
16,015,913 members
Home / Discussions / Algorithms
   

Algorithms

 
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 
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 
You can use hash tables on disk. If the hash table is not filled too much, you need only one seek operation (except for the few collisions where you might need two) to find a value, which is faster than any tree.
And if you're reading from disk, the "seek" is going to be the slow part.

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 
QuestionCircular layout algorithm Pin
Vitaliy Tsvayer23-Aug-06 5:11
Vitaliy Tsvayer23-Aug-06 5:11 
AnswerRe: Circular layout algorithm Pin
Paul Conrad14-Jul-07 10:21
professionalPaul Conrad14-Jul-07 10:21 

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.