]> localhost Git - algorithms.git/commit
moved modules
authorJeff Hemminger <jeff@hemminger.haus>
Fri, 12 Sep 2025 14:59:40 +0000 (23:59 +0900)
committerJeff Hemminger <jeff@hemminger.haus>
Fri, 12 Sep 2025 14:59:40 +0000 (23:59 +0900)
commit87738b8aac5e22c53772cc6a4447981af4ae09c9
treec0f94e45e46c14ad747bc0c3e7bf05c537fe8410
parent2e5fb31c8f3d72510d7c5fca9b0d9e8a31aa6733
moved modules
Cargo.toml
src/algorithms/mod.rs [new file with mode: 0644]
src/algorithms/stable_matching/gale_shapley.rs [new file with mode: 0644]
src/algorithms/stable_matching/mod.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/main.rs