Find all dictionary words in a grid

Quick Overview

This question evaluates skills in grid traversal, string-search and pattern-matching techniques, recursive backtracking, and the efficient use of data structures for prefix-based lookup, along with time and space complexity reasoning.

Find all dictionary words in a grid

Company: Uber

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Technical Screen

Overview: This question evaluates skills in grid traversal, string-search and pattern-matching techniques, recursive backtracking, and the efficient use of data structures for prefix-based lookup, along with time and space complexity reasoning.

|Home/Coding & Algorithms/Uber
Uber logo
Uber
Jan 22, 2026
mediumSoftware EngineerTechnical ScreenCoding & Algorithms
15
0
Loading...

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...