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:
Get your Kick Start badge here: matjazmav/google-kickstart-me
Solution | Test set 1 | Test set 2 |
---|---|---|
even_digits | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
training | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
allocation | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
record_breaker | ✔️ | ✔️ |
alien_piano | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
high_buildings | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
atm_queue | ✔️ | ✔️ |
metal_harvest | ✔️ | ✔️ |
Solution | Test set 1 | Test set 2 |
---|---|---|
kick_start | ✔️ | ✔️ |
maximum_coins | ✔️ | ✔️ |
combination_lock | ✔️ | ❗TLE |
Solution | Test set 1 | Test set 2 |
---|---|---|
retype | ✔️ | ✔️ |
boring_numbers | ✔️ | ❗TLE |
- Git
- Docker
- Visual Studio Code with Remote-Containers extension
- Clone and open this repository in remote container:
> Remote-Containers: Reopen in Container
- Bootstrap workspace for a new challange:
> Tasks: Run Task > bootstrap > [year] > [round] > [challange_name]
- Copy/paste example input and output from the challange web page to the
.stdin
and.stdout
files - Solve the coding challange in the
Solution.java
file - To use Java debugger focus
Solution.java
file and clickF5
- To test your solution focus
Solution.java
file and then> Tasks: Run Test Task
- To submit your solution just copy
Solution.java
file to the submition box on the web page.