View Single Post
Old Oct 17th, 2005, 3:54 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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 is offline   Reply With Quote