Search⌘ K
AI Features

Index Pairs of a String

Explore how to identify all index pairs of substrings from a given list within a text string. Understand how to use trie data structures to efficiently find and return these pairs sorted by index.

Statement

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