Domanda di colloquio di Oracle

Tell the approach and write code on paper for this question https://leetcode.com/problems/word-search-ii/description/?envType=study-plan-v2&envId=top-interview-150

Risposta di colloquio

Anonimo

8 dic 2024

I told the recursive approach for this, but the optimal approach is using segment trees, the recursive solution would give TLE for large inputs