elatoskinas / hashcode-2021

Solution for HashCode 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashCode 2021 Solution

  1. Run main in src/App.java after configuring the inputFileNames static variable to select which files to run
  2. Output will be found in output
  3. Zip using ./zip.sh in root

Project structure:

  • src: Contains Java source files
  • input: Contains problem input files
  • output: Contains solution output files

About

Solution for HashCode 2021


Languages

Language:Java 99.7%Language:Shell 0.3%