problem I am
trying to find exact TC of my code
https://practice.geeksforgeeks.org/problems/longest-common-subsequence-1587115620/1
my code >>https://ide.codingblocks.com/s/574663
is time complexity O(2pow(len(s1)+len(s2))) or
O(2pow(len(s1)*len(s2))) ???