Browse Source

docs: specifying to use case-sensitive comparison

pull/2637/head
amin 3 months ago committed by zanninso
parent
commit
9363fe81b2
  1. 2
      subjects/java/checkpoints/longest-common-prefix/README.md

2
subjects/java/checkpoints/longest-common-prefix/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string `""`.
Write a function to find the longest common prefix string amongst an array of strings, with case-sensitive comparison. If there is no common prefix, return an empty string "".
### Expected Class

Loading…
Cancel
Save