Search⌘ K
AI Features

Shortest Word Distance II

Explore how to implement a WordDistance class that efficiently calculates the shortest distance between two different words in an array. Understand the design of custom data structures for improved performance and apply these concepts through hands-on coding exercises.

Statement

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