Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ Solution
Class
Solution
14. Longest Common Prefix/src/main.rs:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
struct Solution {}
7
8
impl Solution {
9
pub fn longest_common_prefix(strs: Vec<String>) -> String {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected