Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0.
Init DP table with 0s
a
c
e
0
b
d