fn find_non_repeating_string_of_length(
    data_stream: &String,
    window_size: usize
) -> usize
Expand description

Find the first substring of unique consecutive characters with length window_size