Skip to main content

3 docs tagged with "String"

View All Tags

Binary Sum

Given two binary strings, return their sum (also a binary string).

Distinct Subsequences

Given a string S and a string T, count the number of distinct subsequences of S which equals T.

Edit Distance

Given two words word1 and word2, find the minimum number of operations required to convert word1 to word2.