fn find_non_repeating_string_of_length( data_stream: &String, window_size: usize ) -> usize
Find the first substring of unique consecutive characters with length window_size
window_size