Question d’entretien chez 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

Réponse à la question d'entretien

Utilisateur anonyme

8 déc. 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