/KickStart-2

Google coding competition. Previous years solutions and notes.

Primary LanguageC++

Introduction

  • Online Coding Competition
  • Algorithmic Puzzles
  • Designed by Google Engineers
  • 8 Challenges hosted throughout the year
  • Timmezone friendly rounds

Format of a Kick Start Round

  • 3 hours
  • 3 algorithmic problems
  • 12 supported coding languages
    • C++
    • Python
  • Multiple test sets (visible vs. hidden)
    • (different in 2020, it won't give the small testcases, and also just upload the code and compile online)
    • (unfortunately, it won't tell you the case when you get WA)
  • New feature in 2019: Interactive Problems
  • New feature in 2020: All test sets are visible verdict test sets

Terms

  • WA: wrong answer
  • RE: runtime error
  • TLE: time limit exceed

Competition

(✓) means passed the testcases during the competition

2018

Cut-off Score: 51

2020

Note: Unlike previous editions, in Kick Start 2020, all test sets are visible verdict test sets, meaning you receive instant feedback upon submission.

Rank 3122/10925

Resources

Others' Solution

Tutorial

Competitive Coding Tips

Necessary Programming Knowledge