In this article, you will learn how to implement the Edit Distance Algorithm, with an example in Java.
Strings
How to Count Number of Distinct Substrings in a String
In this article, you will learn how to implement an algorithm to count the number of distinct dubstrings in a String, with an example in Java.
How to Find the Longest Repeating Subsequence in a String
In this article, you will learn how to implement an algorithm to find the longest repeating subsequence in a string, with an example in Java.
How to Implement the KMP (Knuth-Morris-Pratt) Algorithm
In this article, you will learn how to implement the KMP (Knuth-Morris-Pratt) algorithm, with an example in Java.

