Skip to content
#

wordsearch-puzzle

Here are 22 public repositories matching this topic...

Word-Search-Solver

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.

  • Updated Jun 6, 2020
  • C++

Improve this page

Add a description, image, and links to the wordsearch-puzzle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordsearch-puzzle topic, visit your repo's landing page and select "manage topics."

Learn more