- Time : O(nm)
- Space : O(nm)
c++
1 | int commonChild(string A, string B) { |