/hashcode-2021

Solution for HashCode 2021

Primary LanguageJava

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