Question: Write a recursive method that counts the number of times a string occurs in another string. For instance, countSubstring(ab,cabalaba )returns 2.
Write a recursive method that counts the number of times a string occurs in another string. For instance, countSubstring("ab","cabalaba" )returns 2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
