Can someone please give an algorithm for printing all the substring of a string using recursion?

Recursive algorithm for finding all substrings of a string "abcd"

Comments (1)