Longest String Chain at Tekion

Medium62.8% acceptance

This problem has 75.0% frequency at Tekion.

Problem Description

You are given an array of `words` where each word consists of lowercase English letters. `wordA` is a **predecessor** of `wordB` if and only if we can insert **exactly one** letter anywhere in `wordA` **without changing the order of the other characters** to make it equal to `wordB`. * For examp...

Read full problem and hints

Topics

Also asked at 17 companies


More Tekion Questions

View all Tekion questions