Search⌘ K
AI Features

Index Pairs of a String

Explore methods to find all index pairs in a string where substrings match words from an array. Understand how to apply trie data structures to efficiently identify and sort these pairs by their positions.

Statement

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