Data structure for soundex algorithm?
问题 Can anyone suggest me on what data structure to use for a soundex algorithm program? The language to be used is Java. If anybody has worked on this before in Java. The program should have these features: be able to read about 50,000 words should be able to read a word and return the related words having the same soundex I don't want the program implementation just few advices on what data structure to use. 回答1: TIP: If you use SQL as a databackend then you can let SQL handle it with the two