Browse Source

docs: adding more details in the description

pull/2641/head
amin 2 months ago committed by zanninso
parent
commit
ab26bf6753
  1. 2
      subjects/java/checkpoints/distinct-substring-lenght/README.md

2
subjects/java/checkpoints/distinct-substring-lenght/README.md

@ -2,7 +2,7 @@
### Instructions
Create a class `DistinctSubstringLength` that provides a method to find the length of the longest substring without repeating characters in a given string.
Create a class `DistinctSubstringLength` that provides a method to find the length of the longest substring without repeating characters in case sensitive withen the given string.
### Expected Class

Loading…
Cancel
Save