[LeetCode] Minimum Cost to Convert String I

1 · · Dec. 24, 2023, 4:05 a.m.
10037. Minimum Cost to Convert String I You are given two 0-indexed strings source and target, both of length n and consisting of lowercase English letters. You are also given two 0-indexed character arrays original and changed, and an integer array cost, where cost[i] represents the cost of changing the character original[i] to the character changed[i]. You start with the string source. In one operation, you can pick a character x from the string and change it to the character y at a cost of z...