https://github.com/queraltsm/matchingbloodgroups
Program whose objective is to obtain the possible combinations to perform donations of blood between patients
https://github.com/queraltsm/matchingbloodgroups
blood-donation combinations combinatorics iterator patients
Last synced: 7 months ago
JSON representation
Program whose objective is to obtain the possible combinations to perform donations of blood between patients
- Host: GitHub
- URL: https://github.com/queraltsm/matchingbloodgroups
- Owner: queraltsm
- Created: 2019-06-21T12:31:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T12:35:14.000Z (over 6 years ago)
- Last Synced: 2025-01-28T19:35:38.860Z (8 months ago)
- Topics: blood-donation, combinations, combinatorics, iterator, patients
- Language: Swift
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Matching Blood Groups
Program whose objective is to obtain the possible combinations to perform donations of blood between patients
We have a database of patients is available in a .txt file, this database
contains a set of patients with the following parameters: Patient (Name +
identification) and blood type (letter indicating the type)With these data the objective is to obtain the possible combinations to perform
donations of blood between patients.The programming languages used were: Python 3.7, Ruby 2.3.7 and Swift 4.
