Skip to content

A binary search tree experimental spell checker in c++

Notifications You must be signed in to change notification settings

garryjable/bstSpellChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Binary Search Tree Spell Checker

This code contains a binary search tree data structure that I wrote myself

I load a dictionary file into a binary search tree and then scan a text file

The program then reports a list of the words not found in the dictionary to the console

About

A binary search tree experimental spell checker in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages