Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
/ Word-Search-Solver Public archive

This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.

Notifications You must be signed in to change notification settings

csn3rd/Word-Search-Solver

Error
Looks like something went wrong!

About

This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.

Topics

Resources

Stars

Watchers

Forks

Languages