Return the minimum number of operations you need to perform to make the three strings equal if there is a way to make them equal, otherwise, return -1. Example 1: Input: s1 = "abc", s2 = "abb", s3 = "ab"Output: 2Explanation: Performing operations on s1 and s2 once will lead to...
1013-Partition-Array-Into-Three-Parts-With-Equal-Sum 1014-Best-Sightseeing-Pair 1015-Smallest-Integer-Divisible-by-K 1016-Binary-String-With-Substrings-Representing-1-To-N 1017-Convert-to-Base--2 1018-Binary-Prefix-Divisible-By-5 1019-Next-Greater-Node-In-Linked-List 1020-Number-of-Enclaves ...