Talk:Longest common prefix: Difference between revisions

→‎Empty string: new section
(→‎Empty string: new section)
Line 15:
==Python: Use of an error==
I wish that os.path.commonprefix would be fixed rather than documenting that it is broken and hope to prompt a fix [https://groups.google.com/forum/#!topic/python-ideas/GmExT6lcNfs here] on python-ideas. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 05:20, 21 March 2015 (UTC)
 
== Empty string ==
 
What should be the result of lcp('abc','','abd') ?
2,289

edits