-
Problem: https://en.wikipedia.org/wiki/Stable_marriage_problem
-
- Kruskal
- Huffman
- A*
- Bucket sort
- Uniform cost search
- Gale-Shapley
-
When attempting to run the gale-shapley_tutorial example provided with the repository across multiple machines, it crashes after a short amount of time.
This issue occurs with both `shamir-party.x` a…
-
Submit your add-ons in this issue, thanks for your contribution!
Submission template:
```
**Title:**
**Description:** (a short description to be shown on the addon download window)
**Proposed c…
-
I feel you don't show off enough the contribution of the software.
Perhaps in the summary you could include:
- `pip install` (similar to Appendix A for matching)
- Screenshot showing off the do…
-
This repository is still missing some algorithms. The [Python repository](https://github.com/TheAlgorithms/Python) has lots of examples that we could follow and below you can find a list of suggested …
-
Many of the current errors when running the command `mypy .` are implementation errors of the following form: `scheduling\shortest_job_first.py:8: error: Cannot find implementation or library stub for…
-
### Context
You are matching _people_ based upon topics they've expressed interest in and the match-making history that they have had. The goal is to identify a set of pairs (or triples) that maximiz…
-
I'd like to use MP-SPDZ for a somewhat complex project. I would like to be able to divide my code into libraries. For instance say I have a file secure_math.mpc that securely evaluates some complex ma…
-
Hello there!
I was trying to use your package on a moderately-sized dataset (thousands of applicants and hundreds of programs in `hospital_resident`) and found that it was a bit slow for my needs. …