Computer Science, asked by RINku463, 1 year ago

What is string matching problem in computer algorithm?

Answers

Answered by sam0219
0

It compares whether two strings are equal or not.

Algo: str1.compareTo(str2);

Similar questions