Search⌘ K
AI Features

Shortest Word Distance II

Explore how to implement a WordDistance class to efficiently compute the shortest distance between any two different strings in an array. Understand the design constraints and optimize queries using custom data structures for repeated word distance calculations.

Statement

Design a data structure that takes in an array of strings and efficiently computes the shortest distance between ...