Minimum swaps to make two strings equal by swapping only with third string
Given three strings A, B, and C of equal length, the task is to find the minimum number of swap operations that can be performed such that the strings A and B become equal when any swapping can be done only with C. Examples: Input: A = "xyz", B = "yzx", C = "yzx" Output: 3 Explanation: Swap all the