Project Name: Dentist Appointment System
Description: The Dentist Appointment System is designed to assist clients in booking appointments with dentists and for the clinic to manage client records efficiently. This system automates the booking process, enabling users to book, modify, or cancel appointments easily, and it helps the dental staff keep track of all appointments.
Programming Languages/Tools: C++, Linked Lists, Data Structures & Algorithms
Features:
- Book an appointment by searching for available dentists
- Edit client phone number in the system by administrators
- Delete old client records from the system
- Display all dentist and client records for easier tracking
- Search for available dentists based on time and day preferences
- Sort clients by first name for easier access and analysis
Data Structures & Algorithms:
- Linked List: Used to store and manage client, dentist, and administrator records efficiently.
- Insertion Sort: Implemented to sort clients by their first names in ascending order for easy access.
- Sequential Search: Used for searching dentist availability and client records by ID or name.
View on GitHub
Watch on YouTube
View Project Report