Attempt at Google Hash Code 2019
💃 Shrestha Ghosh, @zshn25
🔗 HashCode2019 Problem Statement
🔗 Data
- Exhaustive Search Locally best solution by creating a graph of all nodes (slides) and maximizing the score at each node. 👍 Filename: hashcode.py
- Travelling Salesman Problem is a variant of travelling salesman where the end node need not be the starting node. Used Google's OR-Tools. ❗ But, doesn't work. Filename: TS_hashcode.py
Rank : 2186 Total score: 78,679