Skip to content
#

wordsearch-puzzle

Here are 28 public repositories matching this topic...

GridLex is a lightning-fast word search tool designed for grids of letters. With its powerful Depth-First Search (DFS) algorithm and Trie-based word lookup, GridLex efficiently hunts down valid words in any direction—up, down, sideways, or diagonal. Perfect for word puzzle enthusiasts, game developers, or anyone working with word grids

  • Updated Oct 16, 2024
  • C++
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