Healthcare Diagnosis System
DemoPatient diagnosis & routing using core data structures
Backend - implemented decision tree traversal & queue logic from scratch · Group project (3 members) — Data Structures course final
- C++
- Decision Tree
- Multi Linked List
- Queue
The Problem
Hospitals need fast, consistent patient triage and scheduling, but doing it manually is slow and error-prone.
What I Built
A simulation that diagnoses patients and routes them to the right service using a Decision Tree, manages doctor data with Multi Linked Lists, and handles patient scheduling with a Queue.
Hard Problem I Solved
Implementing the decision tree traversal and the patient queue from scratch (no libraries), and making the three data structures work together cleanly.
What I Learned
How abstract data structures map onto a real-world domain like healthcare, and how choosing the right structure makes a system efficient.
- data structures
- 3data structures
- no libraries
- Scratchno libraries
- team size
- 3team size