Search⌘ K
AI Features

Index Pairs of a String

Explore how to find all index pairs where substrings of a given text match words from an array. Understand using the trie data structure for fast prefix lookups and implement a solution that returns sorted index pairs. This lesson helps you develop skills in string manipulation and efficient searching techniques.

Statement

Given a string text and an array of strings words, return a list of all index pairs [i, ...