MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / longest_common_prefix

Method longest_common_prefix

src/string_proc.rs:271–284  ·  view source on GitHub ↗

Computes the length of longest common prefix of text[i..] and text[j..].

(&self, mut i: usize, mut j: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected