Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Files

Latest commit

0120d35 · Mar 14, 2018

History

History

0014.longest-common-prefix

README.md

题目

Write a function to find the longest common prefix string amongst an array of strings.

解题思路

总结