Thread
:
PigLattin Converter, count number of words used in dictionary.
View Single Post
Oct 17th, 2005, 3:54 PM
#
2
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
Break your data into words, sort them, and count the duplicates. You will find that breaking material into "words" isn't trivial, except for trivial material, but you can make a good start.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei