Skip to content

def1nder/HospitalManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HospitalManagement

Hospital Management System with C++

/* --------------------------------------------------------------------------------------------------------

  • Created by Ferhad Abdulkerimov on 09.01.22.
  • There are 5 operations: Database creation, Doctor panel, Patient record deletion and Patient search.
  • My search function with patient deletion: It works with the concept of Linear Search.
  • Since our input is small, the Linear Search algorithm is preferred.
  • If the input was large, I would prefer the Binary Search algorithm.
  • --->>> Password for doctor login - 12345 <<<---

*/

About

Hospital Management System with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages