Skip to content
/ carpool Public

Rust implementation of a modified stable matching problem.

Notifications You must be signed in to change notification settings

Kempo/carpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Carpool Implementation

A Rust implementation of a modified Gale-Shapley algorithm that finds stable matches between joinable groups.

In this case, our program finds stable matches between a group of drivers, with their preset car spaces, and a group of riders. Each group has their preferences and so we sort who rides with who based on a stable match.

About

Rust implementation of a modified stable matching problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages