Binary Sum
Given two binary strings, return their sum (also a binary string).
Given two binary strings, return their sum (also a binary string).
Given a string S and a string T, count the number of distinct subsequences of S which equals T.
Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2.