Home Recursion

Mutual recursion

When two methods recursively call each other again and again, we say those two methods are mutually recursive. You should never write mutually-recursive methods in CSE 142 and 143.