/HashCode2020

Our team's solution for the Online Qualification Round of Hash Code that secured 188th place overall

Primary LanguageC++MIT LicenseMIT

HashCode2020

Our team's solution for the Online Qualification Round of Hash Code that secured 188th place overall

My team, KAIST Avengers, came in 7th in South Korea and 188th place (top 1.75%) overall in the HashCode Online Qualification Round. Our final score was 26.930.489. 🏆

Our team: Bekzat Tilekbay, Nurlykhan Kairly, Aidyn Aluadin, and Mirali Ahmadli

In order to run the code, please follow the instructions below:

  • Create input.txt file in this directory and put the input to that file
  • Run the code and before submitting, remove the first line in the output.txt and then submit.

Our main strategy is cost/(signing time) in the solve() function. For getting more score, try to change that part.