• Stars
    star
    1
  • Language
    C++
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C++ This programming homework is to develop a simple spelling checker. The file dict.datPreview contains 25,025 frequently used words, each on a separate line in lowercase. Read the file, and insert the words into a hash table with 1373 buckets.