You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Computing the Edit Distance Between 2 Strings](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/issues/15)
476
477
-[Longest Common Subsequence of 2 Sequences](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/issues/16)
@@ -4479,6 +4480,41 @@
4479
4480
4480
4481
</details>
4481
4482
4483
+
<details>
4484
+
<summary>Longest Common substring between 2 Strings</summary>
4485
+
4486
+
- It's the matches in the alignment of 2 strings
4487
+
- It's equivalent to the [Manhattan Tourist Problem](https://github.com/hamidgasmi/training.computerscience.algorithms-datastructures/issues/167)
4488
+
- Every column of the alignment matrix, it's code with an arrow
0 commit comments