Word Search at Uber

Medium46.8% acceptance

This problem has 75.0% frequency at Uber.

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 hints

Topics

Also asked at 39 companies


More Uber Questions

View all Uber questions