Group 13 Dating App System (vibing.com)

Dating app system, with stable matching using zodiac, age and distance as a score.

Select a component to see open bugs in that component.

Component Default Assignee
Exception Varun
Exception for the invalid input in Main
FloydWarshall Phudis Dawieang
Calculating distance between each pair using Floyd-Warshall algorithm between station. TotalDist = man-StationA + stationA-stationB + stationB-woman
Main Phudis Dawieang
Main program. Linked with StableMatch component and Floyd-Warshall component
Stable Matching Phudis Dawieang
This is the fundamental algorithm of the program. This algorithm is used to find suitable pairs of male and female partners.
Testing Phudis Dawieang
This is used to test the different functions of the program