Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 450 Bytes

disease-specification

Project for the subject of Programming Paradigms - IPB 2020

🌡 Functionalities

  • insert a new disease;
  • insert a new patient;
  • insert a patient in quarantine if necessary;
  • given the name of a patient get the name of the virus;
  • count the patients in quarantine;
  • given the actual date remove all the patients that are out of quarantine;
  • draw the graph of the connections of all the patients in quarantine;