Click here to Skip to main content
15,903,033 members
Home / Discussions / Algorithms
   

Algorithms

 
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 
GeneralRe: Faster Search.. Pin
El Corazon29-Aug-06 13:23
El Corazon29-Aug-06 13:23 
James Laing wrote:
A hash table might make no sense if the data cannot be contained completely within 'main' memory.


A hash table does not have anything to do with memory, it is simply a method of associating a fixed size group of objects with a key. You can setup a large file with file pointer associated with the hash key. You can even use a double hash to associate multiple files and file pointers within with a key, or a split hash for the same. The problem with a hash table is it always represents access to a fixed size object (or group of objects), once the size and method is fixed it can be hashed. Access method is really irrelevant and simply up to the programmer. When you max out the hash table you have to completely rebuild it, that is when a hash table is a really, really innefficent.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

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 
QuestionCircular layout algorithm Pin
Vitaliy Tsvayer23-Aug-06 5:11
Vitaliy Tsvayer23-Aug-06 5:11 

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.