Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.18 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.18 KB

🚀 Hospital Management System in C++ 🚀

Welcome to the Hospital Management System project! This system efficiently handles patient queues based on specialization and urgency, ensuring a smooth and organized process.

🔑 Key Features

  • 🩺 Specialization-Based Queues: Manages up to 20 different specializations.
  • ⚡ Urgency Handling: Prioritizes urgent patients seamlessly.
  • 🔄 Dynamic Queue Management: Efficiently adds and removes patients from the queue.
  • 🖥️ User-Friendly Interface: Simple menu-driven interaction.

📚 What I Learned

  • 📊 Data Structures: Implementing arrays for queue management.
  • 🧠 Algorithm Design: Creating efficient algorithms for shifting elements.
  • 🛠️ Problem-Solving: Tackling real-world scenarios in healthcare management.

💡 Key Takeaways

  • ⚙️ Efficiency: Importance of optimizing data handling in critical systems.
  • 👥 User Experience: Designing intuitive interfaces for non-technical users.
  • 📈 Scalability: Building systems that can handle varying loads and requirements.

🎓 About the Project As a Computer Science student still learning the basics, this project has been incredibly valuable. It is the first project from Dr. Mostafa Saad's course on Udemy for the basics of C++. His course has been an amazing resource, providing clear explanations and practical examples that have greatly enhanced my understanding. Thank you, Dr. Mostafa, for your awesome course and guidance!

🚀 Getting Started To get a local copy up and running, follow these simple steps:

Prerequisites

  • C++ compiler (e.g., GCC)
  • IDE or text editor (e.g., Visual Studio Code)

Installation

  1. Clone the repo git clone https://github.com/CEOAntar/Hospital-System-v1
  2. Navigate to the project directory cd hospital-management-system
  3. Compile the code g++ -o hospital_system main.cpp
  4. Run the executable ./hospital_system

📫 Contact Mohamed Antar - https://www.linkedin.com/in/mohamed-antar-672433328/ - [email protected]

Project Link: https://github.com/CEOAntar/Hospital-System-v1

🙏 Acknowledgments

  • Special thanks to @DrMostafaSaad for his inspiring and insightful programming basics course on Udemy.