Greedy Algorithms - Reorganize String (No Two Adjacent Same)
Suppose the problem is extended so that characters can be reused unlimited times (infinite supply), and you want to generate the lexicographically smallest string of length n with no two adjacent characters the same. Which approach fundamentally changes compared to the original problem?
