Coin change challenge DP problem (Written Test)
Sigiloso
Find the longest subsequence in string that ONLY contains given character from pattern exp : pattern - abcd string - weqojfdaladdccaacddgero o/p : addccaacdd as this only contain abcd (Written Test)