akashsrikanth2310 / TripSage

The only Itinerary planner, you will ever need
Apache License 2.0
1 stars 1 forks source link

Optimal itinerary Algorithm implementation #5

Open akashsrikanth2310 opened 4 years ago

akashsrikanth2310 commented 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.

akashsrikanth2310 commented 4 years ago

Constraint Satisfaction Problem, constrained by best time to visit a place and the location of a place. Feel free to choose the right algorithm