Skip to content

zshn25/GoogleHashCode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

#️⃣ 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

About

Attempt to Google Hash Code 2019

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages