whereToApplication / whereTo

trip planning application
3 stars 0 forks source link

K finding Algorithm improvement - iOS #51

Closed krrishdholakia closed 5 years ago

krrishdholakia commented 5 years ago

Current implementation simply checks if any usertime left if so, go to new place, if not stop.

Currently doesn't take into account if going to the place and back exceeds user available time, if so don't take this place, try another one. if not, take the place into consideration. @kermitnirmit

krrishdholakia commented 5 years ago

changing this issue from easy to moderate because it will involve picking vectors in the google distance matrix