Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachaarbonel/traveler-planner
POC of a DFS + python dictionnary of arrays with a couple of destination as keys, and an array of prices of length 365 days (estimated price calendar for the couple of destinations) as values for calculating the best combinations of destinations
https://github.com/sachaarbonel/traveler-planner
depth-first-search traveling-salesman travels
Last synced: 13 days ago
JSON representation
POC of a DFS + python dictionnary of arrays with a couple of destination as keys, and an array of prices of length 365 days (estimated price calendar for the couple of destinations) as values for calculating the best combinations of destinations
- Host: GitHub
- URL: https://github.com/sachaarbonel/traveler-planner
- Owner: sachaarbonel
- License: mit
- Created: 2017-10-16T15:45:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T10:59:26.000Z (almost 6 years ago)
- Last Synced: 2024-12-13T10:07:34.459Z (21 days ago)
- Topics: depth-first-search, traveling-salesman, travels
- Language: Python
- Homepage: http://cs.mwsu.edu/~terry/courses/4883/lectures/graphs.html
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
traveler-planner