You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Google Hash Code 2020 Practice Problem - More Pizza - Java Solution