* @brief Takes input of the cost of * three operations: Insert, Replace and Delete * and return the minimum cost among them. * @param x used to pass minimum cost of Insert operations * @param y used to pass minimum cost of Replace operations * @param z used to pass minimum cost of Delete operations * @returns x if `x` is the minimum value * @returns y if `y` is the minimum value *
source not stored for this graph (policy: none)