Skip to content

Commit 3819505

Browse files
committed
Merge branch 'master' of github.com:Gaspardcode/Rust
2 parents 563a875 + 557bf54 commit 3819505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/string/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ __Properties__
3636

3737
[manacher-wiki]: https://en.wikipedia.org/wiki/Longest_palindromic_substring#Manacher's_algorithm
3838

39+
### [Multiple longest common subsequence](./multiple_longest_common_subsequence.rs)
40+
From [A research paper](https://github.com/epita-rs/MLCS/blob/main/paper.pdf): A fast Heuristic Search Algorithm for finding the longest common subsequence among multiple strings.
3941

4042
### [Rabin Karp](./rabin_karp.rs)
4143
From [Wikipedia][rabin-karp-wiki]: a string-searching algorithm created by Richard M. Karp and Michael O. Rabin that uses hashing

0 commit comments

Comments
 (0)