Retired

Longest non-repeating character sequence (retired)

Description:

Given a string, find the length of the longest substring without any repeating characters.

See if you can solve it in linear complexity!

Examples:

abcda should return 4

abacbe should return 4

abrkaabcdefghijjxxx should return 10

Algorithms

Stats:

CreatedApr 30, 2020
Warriors Trained11
Total Skips0
Total Code Submissions15
Total Times Completed7
Python Completions7
Total Stars0
% of votes with a positive feedback rating10% of 5
Total "Very Satisfied" Votes0
Total "Somewhat Satisfied" Votes1
Total "Not Satisfied" Votes4
Total Rank Assessments5
Average Assessed Rank
7 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • sevyatar Avatar
Ad