Longest String Chain at Citadel
Medium62.8% acceptance
This problem has 75.0% frequency at Citadel.
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 hintsTopics
Also asked at 17 companies
More Citadel Questions
Sliding Window MaximumHardPalindromic SubstringsMediumCount Palindromic SubsequencesHardBest Time to Buy and Sell StockEasyFind Median from Data StreamHard
View all Citadel questions