This repository contains an automated system for detecting the patients that need to get vaccinated (or lack any dose), given a database. It also includes unit test frameworks for testing the system.
- Couse: Data structures and algorithms
- Language: Python
- Binary Search
- Binary Trees
- Doubly Linked Lists
- Coverage Tests
methods/
: Contains Python modules for various methods used in the system, includingbinarysearchtree.py
,binarytree.py
, anddlist.py
.phase 1/
: Contains the Python scriptfase1.py
for phase 1 of the project.phase 2/
: Contains the Python scriptfase2.py
for phase 2 of the project.phase 3/
: Contains the Python scriptfase3.py
for phase 3 of the project.unitest/
: Contains unit test scripts for testing the system at each phase.
To use the system, run the respective Python scripts for each phase. Ensure you have the necessary dependencies installed. For testing, run the unit test scripts in the unitest/
directory.
Contributions are welcome! If you have any suggestions, improvements, or new features to add, please fork the repository and submit a pull request with your changes.