Count Disjoint String Pairs
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.
Check more interview questions and experiences about Netflix
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.
Check more interview questions and experiences about Netflix
Please log in to view interview question details