Check if a String Consisting Only of a, b, c can be made Empty by Removing Substring “abc” Recursively MEDIUM
This blog will cover the question to check if a string consisting only of a, b, c can be made empty by removing substring “abc” recursively and discussing its Time and Space complexity.