MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / stable_matching

Function stable_matching

src/greedy/stable_matching.rs:115–138  ·  view source on GitHub ↗
(
    men_preferences: &HashMap<String, Vec<String>>,
    women_preferences: &HashMap<String, Vec<String>>,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 5

initialize_menFunction · 0.85
initialize_womenFunction · 0.85
precompute_woman_ranksFunction · 0.85
process_proposalFunction · 0.85
finalize_matchesFunction · 0.85