Search Results

Searching for: recursion

Individual Exercises

0 / 10

Description

Recursive procedure that returns the number of H in a string of heads (H) or tails (T) outcomes. This must be a recursive...

0 / 1

Description

Given a string, compute recursively a new string where all vowels in the original string will now be in upper case in the new...