Talk:Longest common prefix: Difference between revisions

Content added Content deleted
m (→‎Empty string: use double quotes)
(→‎Empty string: clarify)
Line 19: Line 19:


What should be the result of lcp("abc","","abd") ?
What should be the result of lcp("abc","","abd") ?
or, in your language,
lcp("throne",\varepsilon,"dungeon") = ??