Unique substrings

  • 20
  • Locked
Implement the lengthOfLongestUniqueSubstring method so that it returns the length of the longest substring without repeated characters in the string passed as an argument. For example, for "a123bcbcqwe", it should return 6. For "ttttwt", it should return 2.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet