Count Disjoint String Pairs
CodingSoftware Engineer
Company question banks are included with the Insider plan.
Given an array of lowercase strings words, return the number of unique index pairs (i, j) such that i < j and the two strings share no common characters.
Two strings are disjoint if there is no...