Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 926 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 926 Bytes

#️⃣ GoogleHashCode2019

Attempt at Google Hash Code 2019

Team UdSTaskforce Collaborators

💃 Shrestha Ghosh, @zshn25

Problem Statement

🔗 HashCode2019 Problem Statement

Data

🔗 Data

Attempts

  1. Exhaustive Search Locally best solution by creating a graph of all nodes (slides) and maximizing the score at each node. 👍 Filename: hashcode.py
  2. 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

Scores

Rank : 2186 Total score: 78,679