Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 278 Bytes

File metadata and controls

7 lines (4 loc) · 278 Bytes

#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