Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

neprep-org/dsa-2024-ne-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital system

Parts of the system:

  • Patients (id, name, dob, gender)
  • Doctors (id, name, specialization)
  • Appointments (id, p_id, d_id, date)

-> All must be linkedlists... no duplicates Ids -> When a p_id or d_id is not associated with any created patient/doctor, throw an error -> All inputs must be validated

System's menu:

  1. Register a Patient
  2. Register a Doctor
  3. Register an appointment
  4. Display Patients
  5. Display Doctors
  6. Display Appointments
  7. Exit

About

2024 DSA National Exam Correction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published