Minimize replacements to make any two of the three given strings equal
Given three strings A, B, and C of equal length, the task is to find the minimum number of replacement operations that can be performed such that any two out of the three strings become equal. Examples: Input: A = "aaa", B = "bab", C = "bbb" Output: 1 Explanation: To make the strings B and C equal,