Lexicographically smallest String with unique adjacent characters
Given a string consisting of 'a', 'b', 'c', or '?', you are required to replace the question marks '?' in the string. The goal is to find a replacement that adheres to the following conditions: The string can only contain 'a', 'b', and 'c'.No two consecutive characters in the string can be the same.