Word Search at Bloomberg
Medium46.8% acceptance
This problem has 75.0% frequency at Bloomberg.
Problem Description
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 o...
Read full problem and hintsTopics
Also asked at 39 companies
More Bloomberg Questions
Two SumEasyLongest Substring Without Repeating CharactersMediumValid ParenthesesEasyMerge IntervalsMediumBest Time to Buy and Sell StockEasy
View all Bloomberg questions