/Practice_Fusion

Coding Challenge

Primary LanguageJava

Practice_Fusion

Coding Challenge

Methods to obtain Similar Doctors

sameLocationSortByReviewScore(Doctor paramDoctor)

Filters the list of Doctors Based on same locality and prioritized by reviewScore, The doctor with highest review score will be at top.

sameSpecialitySortByReviewScore(Doctor paramDoctor)

Filters the list of Doctors Based on same Speciality and prioritized by reviewScore, The doctor with highest review score will be at top.

Testing Tool

For testing I have used JUnit, It tests all the 3 methods.

Future Scope

If given more time I would have created a beautiful UI and a database.