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