urgent-clients-appointment
Assignments of patients to doctors regarding their urgency
urgent-clients-appointment
Python code for assignments of patients to doctors regarding their urgency using A* search algorithm. This project was built in the context of AI course.
Structures of the project
solution.py
: this is the main file of the project.search.py
andutils.py
: files copied from Artificial Intelligence: A Modern Approach.
Instalation guide
To download this repo:
git clone https://github.com/xavierad/urgent-clients-appointments.git
(still building the readme.md)