SchoolGuy / MaxSubString

Aggregated and moved to Gitlab.

Home Page:https://gitlab.com/School_Guy/mathgames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MaxSubString

This algorithm takes two arguments: String z1 and String z2. The algorithm then computes the longest substring which is contained in both strings.

In the project there are two versions of this algorithm: an iterative and a recursive one.

If there are multiple longest strings, my implementation only returns the first one found.

About

Aggregated and moved to Gitlab.

https://gitlab.com/School_Guy/mathgames

License:MIT License


Languages

Language:Java 100.0%