TravelTriangle interview question

Coin change challenge DP problem (Written Test)

Interview Answer

Anonymous

15 May 2019

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)