LeetCode Experience · Jul 2019

Facebook | Phone Screen | Word Search

2 upvotes 1,790 views 3 replies

Interview Experience

Given a 2D board and a sentence of words, grid = [[\'P\',\'D\',\'F\',\'A\'], [\'Z\',\'M\',\'A\',\'O\'], [\'I\',\'D\',\'X\',\'O\']] Lets say sentence = "I AM A BOOK", return [\'i\', \'am\', \'a\']. Variation of Word Search/Word Search 2!...

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Matrix Backtracking