<div dir="ltr">Hi,<div><br></div><div>I need longest common substring erlang implementation. Please help me</div><div><br></div><div>I've tried <a href="https://rosettacode.org/wiki/Longest_common_subsequence#Erlang">https://rosettacode.org/wiki/Longest_common_subsequence#Erlang</a> but very very slow T_T</div><div><br></div><div>and i've tried <span style="color:rgb(0,128,0);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;white-space:pre">binary:longest_common_prefix([<<"i love you 2020-03-28">>,<<"i love you    2020-03-01">>])</span> not effective / not valid</div><div><br></div><div>Thank you </div><div><br></div></div>