I\'m trying to create this c++ program to perform the description below. I am pretty certain the issue is in the recursive, but uncertain how to fix it. I\'m guessing it j
just count the number of 'R', 'G' and 'B' letters and fill the array from scratch. much easier, no recursions.