[][src]Function leetcode_rust::longest_common_prefix::longest_common_prefix

pub fn longest_common_prefix(strs: Vec<String>) -> String