Skip to content

arruw/google-kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Kick Start

Solutions

This repository contain some solutions of the Google Kick Start challanges and Visual Studio Code development environemnt for Java with all dependencies packed in a Docker image.

See more here:

Google Kick Start Badge

Get your Kick Start badge here: matjazmav/google-kickstart-me

Solved Challanges

2018

Round A

Solution Test set 1 Test set 2
even_digits ✔️ ✔️

2019

Round A

Solution Test set 1 Test set 2
training ✔️ ✔️

2020

Round A

Solution Test set 1 Test set 2
allocation ✔️ ✔️

Round D

Solution Test set 1 Test set 2
record_breaker ✔️ ✔️
alien_piano ✔️ ✔️

Round E

Solution Test set 1 Test set 2
high_buildings ✔️ ✔️

Round F

Solution Test set 1 Test set 2
atm_queue ✔️ ✔️
metal_harvest ✔️ ✔️

Round G

Solution Test set 1 Test set 2
kick_start ✔️ ✔️
maximum_coins ✔️ ✔️
combination_lock ✔️ ❗TLE

Round H

Solution Test set 1 Test set 2
retype ✔️ ✔️
boring_numbers ✔️ ❗TLE

How to use this repository

Requirements

  • Git
  • Docker
  • Visual Studio Code with Remote-Containers extension

Steps

  1. Clone and open this repository in remote container: > Remote-Containers: Reopen in Container
  2. Bootstrap workspace for a new challange: > Tasks: Run Task > bootstrap > [year] > [round] > [challange_name]
  3. Copy/paste example input and output from the challange web page to the .stdin and .stdout files
  4. Solve the coding challange in the Solution.java file
  5. To use Java debugger focus Solution.java file and click F5
  6. To test your solution focus Solution.java file and then > Tasks: Run Test Task
  7. To submit your solution just copy Solution.java file to the submition box on the web page.