Diferente pentru blog/square-root-trick intre reviziile #9 si #10

Nu exista diferente intre titluri.

Diferente intre continut:

==
== code(c) |
if A[i] = B[j]:
if A[i] == B[j]:
   best[i][j] = 1 + best[i - 1][j - 1]
else:
  best[i][j] = max(best[i-1][j], best[i][j-1])

Nu exista diferente intre securitate.

Topicul de forum nu a fost schimbat.