Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coralesoft authored Oct 16, 2024
1 parent d6d43af commit 9fba627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GridLex is a lightning-fast word search tool designed for grids of letters. With

## Details

This repository contains a word search application that searches for words in a grid of characters. The application uses a depth-first search (DFS) algorithm and a Trie data structure to efficiently find words in the grid. The words are loaded from a CSV file, and the application supports ignoring specific words, removing spaces, fixing invalid values like NaN, and setting a minimum word length for valid words.
This repository contains a word search application that searches for words in a grid of characters. The application uses a depth-first search (DFS) algorithm and a Trie data structure to efficiently find words in the grid. The words are loaded from a CSV file, and the application supports ignoring specific words, removing spaces, fixing invalid values, and setting a minimum word length for valid words.

## Features

Expand Down

0 comments on commit 9fba627

Please sign in to comment.