Problem-Solving Tournaments

Solutions and analyses from 7 programming competitions and coding tournaments like Google Hash Code.

7 posts in this topicUpdated 2/21/2021
  • Even More Pizza Hash Code: C++ Algorithm

    Even More Pizza Hash Code: C++ Algorithm

    'This post contains my C++ source code for the "Even More Pizza" practice problem released for the Google Hash Code, 2021.'

    #Algorithms#Google hashcode#pizza problem
  • Even More Pizza Hash Code 2021: Problem

    Even More Pizza Hash Code 2021: Problem

    '"Even more pizza" is the new practice problem proposed for the Hash code 2021 challenge. The goal is to help an imaginary pizzeria to choose the pizzas to deliver to Hash Code teams.'

    #Google hashcode#pizza problem
  • Simulated Annealing algorithm | C++ code

    Explore a detailed C++ implementation of the Simulated Annealing algorithm to efficiently solve the More Pizza problem. Ideal for professionals.

    #Algorithms#Google hashcode#simulated annealing algorithm
  • Book Scanning Google Hash Code: Problem

    Book Scanning Google Hash Code: Problem

    This article contains a short description of the problem proposed for the Google Hash Code Online Qualification process on Feb 20th, 2020

    #Google hashcode
  • Simulated Annealing algorithm description

    Simulated Annealing algorithm description

    The description of the Simulated Annealing algorithm I used to get maximum score for the More Pizza problem.

    #Algorithms#Google hashcode#simulated annealing
  • Google Hash Code More Pizza Problem Solution

    Google Hash Code More Pizza Problem Solution

    This year, the Google Hash Code team has proposed a different version of the Pizza practice problem, entitled "More Pizza". The challenge description - as usual - is available for all users registered to the Google Hash Code judge system. Plea...

    #Google hashcode
  • Google Hash Code Pizza Problem: Solved

    Google Hash Code Pizza Problem: Solved

    Solved the pizza practice problem to get ready for the Google Hashcode qualification process.

    #Algorithms#Google hashcode