Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DuplicateToken & DuplicateTokenEx Pin
Jose Lamas Rios15-Jul-05 7:51
Jose Lamas Rios15-Jul-05 7:51 
GeneralRe: DuplicateToken & DuplicateTokenEx Pin
Blake Miller15-Jul-05 8:32
Blake Miller15-Jul-05 8:32 
GeneralRemove duplicates Pin
Andrew Admire15-Jul-05 6:38
Andrew Admire15-Jul-05 6:38 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 6:51
Blake Miller15-Jul-05 6:51 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 6:59
Andrew Admire15-Jul-05 6:59 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:09
Blake Miller15-Jul-05 7:09 
GeneralRe: Remove duplicates Pin
Andrew Admire15-Jul-05 7:27
Andrew Admire15-Jul-05 7:27 
GeneralRe: Remove duplicates Pin
Blake Miller15-Jul-05 7:34
Blake Miller15-Jul-05 7:34 
The ternary search tree will NOT accept duplicates.
It would hold all your words (less running out of memory, but you could also work around that) and there would only be a single copy of each word in the tree.
If you wanted to, you could associate a count with each word, so you would know how many were encountered in each document, but there would only be one copy of each unique word in
the tree itself. That is why I suggested it, you wanted to remove duplicates.

GeneralRe: Remove duplicates Pin
Jose Lamas Rios15-Jul-05 7:32
Jose Lamas Rios15-Jul-05 7:32 
GeneralRe: Remove duplicates Pin
Roland Pibinger15-Jul-05 8:55
Roland Pibinger15-Jul-05 8:55 
GeneralRe: Remove duplicates Pin
Michael Dunn15-Jul-05 10:19
sitebuilderMichael Dunn15-Jul-05 10:19 
GeneralDLL Pin
act_x15-Jul-05 6:16
act_x15-Jul-05 6:16 
GeneralRe: DLL Pin
Michael Dunn15-Jul-05 6:24
sitebuilderMichael Dunn15-Jul-05 6:24 
GeneralRe: DLL Pin
berndg15-Jul-05 7:01
berndg15-Jul-05 7:01 
GeneralRe: DLL Pin
AntonlioX15-Jul-05 19:50
AntonlioX15-Jul-05 19:50 
Generalstring in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 4:36
xcavin15-Jul-05 4:36 
GeneralRe: string in .mc file or as IDS_ resource Pin
David Crow15-Jul-05 4:59
David Crow15-Jul-05 4:59 
GeneralRe: string in .mc file or as IDS_ resource Pin
Michael Dunn15-Jul-05 6:25
sitebuilderMichael Dunn15-Jul-05 6:25 
GeneralRe: string in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 18:30
xcavin15-Jul-05 18:30 
GeneralIE Settings Pin
Usman Tasleem Akshaf15-Jul-05 4:32
Usman Tasleem Akshaf15-Jul-05 4:32 
Generalexplorer bar Pin
mks_codeproject15-Jul-05 4:27
mks_codeproject15-Jul-05 4:27 
Generalcombobox event in propertypage Pin
stevy8215-Jul-05 4:08
stevy8215-Jul-05 4:08 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:20
David Crow15-Jul-05 4:20 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 4:37
stevy8215-Jul-05 4:37 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:53
David Crow15-Jul-05 4:53 

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.