This project implements a basic system using Binary Search Tree (BST) to manage patient appointments.
- Complete BST insertion logic in
AppointmentBST.java - Prevent duplicate appointment times
- Write tests in
AppointmentBSTTest.java - Upload runnable screenshot
- Push to GitHub repo
mvn compile
mvn exec:java -Dexec.mainClass="Main"Fork this repo, complete it, and push to GitHub. Then share your GitHub link.