Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 593 Bytes

Google HashCode 2022 pizza test problem

This project is the proposed resolution for the test problem by Google in the scope of HashCode 2022. It is written in C, considering the eternal love I feel for it.

How to use it

./hashcode "/path/to/input_file" "/path/to/output_file" 

Where:

  • input_file: The name of the file downloaded from Google
  • output_file: The file to be submitted to Google

Open points

  • Create documentation and fill with commentaries
  • Complete the README.md with all details about this software
  • Reference this from the personal blog