Open akashsrikanth2310 opened 4 years ago
Given all the places and dates of visit by user, design an algorithm for finding the optimal itinerary that satisfies these constraints.
Constraint Satisfaction Problem, constrained by best time to visit a place and the location of a place. Feel free to choose the right algorithm
Given all the places and dates of visit by user, design an algorithm for finding the optimal itinerary that satisfies these constraints.