Skip to content

Automated system for detecting the patients that need to get vaccinated, given a database + Unit test frameworks. Coursework for Data Structures and Algorithms course.

Notifications You must be signed in to change notification settings

lucia-corsan/COVID19_Vaccination_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Vaccination System

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

Tools and Topics

  • Language: Python
  • Binary Search
  • Binary Trees
  • Doubly Linked Lists
  • Coverage Tests

Repository Structure

  • methods/: Contains Python modules for various methods used in the system, including binarysearchtree.py, binarytree.py, and dlist.py.
  • phase 1/: Contains the Python script fase1.py for phase 1 of the project.
  • phase 2/: Contains the Python script fase2.py for phase 2 of the project.
  • phase 3/: Contains the Python script fase3.py for phase 3 of the project.
  • unitest/: Contains unit test scripts for testing the system at each phase.

Usage

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.

Contributing

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.

About

Automated system for detecting the patients that need to get vaccinated, given a database + Unit test frameworks. Coursework for Data Structures and Algorithms course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages