Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 583 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 583 Bytes

Java solution for Google Hash Code 2020 Practice Problem - More Pizza

  • Tried to use Greedy approach algorithm.

  • When you run the 'src/Solution.java' file, files in "inputs" folder are used as input, output files are created in 'outputs' folder.

  • When you run the 'src/SolutionWithLog.java' file, "inputs/a_example.in" file is used as input, output file is created in 'outputs' folder. In addition, some logs are written in console and you can see the logs in "src/SolutionWithLog_ConsoleOutput.txt" file. You can check java and txt file together.