1897. Redistribute Characters to Make All Strings Equal
Problem Statement
You are given an array of strings words (0-indexed). In one operation, pick two distinct indices i and j, where words[i] is a non-empty string, and move any character from words[i] to any position in words[j].
Return true if you can...
vishnusreddy.hashnode.dev3 min read