-
Notifications
You must be signed in to change notification settings - Fork 0
Given an m x n grid of characters board and a string word, return true if word exists in the grid. The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring. The same letter cell may not be used more than once.
agrimaswal/wordsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Given an m x n grid of characters board and a string word, return true if word exists in the grid. The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring. The same letter cell may not be used more than once.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published