This project implements a dictionary word search using a Trie data structure and Levenshtein distance for suggestions. The system allows users to search for words in a dictionary and provides ...
The Dictionary.com Chrome Extension makes going to a dictionary website redundant. Dictionary.com Extension is for everyone who isn’t blessed with a memory like the Oxford English Dictionary. If ...
WordSearch was a simple project assigned for my Data Structures and Algorithms Class (CS 360) at the University of Alabama. The WordSearch implements a Trie to solve a word search given a dictionary.