MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / is_isomorphic

Function is_isomorphic

src/string/isomorphism.rs:17–33  ·  view source on GitHub ↗

Determines whether two strings are isomorphic. # Arguments `s` - The first string. `t` - The second string. # Returns `true` if the strings are isomorphic, `false` otherwise.

(s: &str, t: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

check_mappingFunction · 0.85
lenMethod · 0.45

Tested by

no test coverage detected