Longest common prefix: Difference between revisions

Content added Content deleted
m (Added AutoHotkey)
m (added more related tasks.)
Line 22:
 
''Task inspired by this stackoverflow question'': [http://stackoverflow.com/questions/1916218/find-the-longest-common-starting-substring-in-a-set-of-strings Find the longest common starting substring in a set of strings]
 
 
;Related tasks:
:*   [[Abbreviations, simple]]
:*   [[Abbreviations, easy]]
:*   [[Longest common prefix]]
:*   [[Longest common suffix]]
:*   [[Longest increasing subsequence]]
:*   [[Suffixation of decimal numbers]]
:*   [[Find common directory path]]
 
{{Template:Strings}}