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

Longest Common Prefix

Arguments

  • strs - input strings