Word Search at TikTok

Medium46.8% acceptance

This problem has 75.0% frequency at TikTok.

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 TikTok Questions

View all TikTok questions