Google Kickstart Round B Editorial

Hello Codechef Community, Here are the video editorials for today’s held Google Kickstart Round B 2021. Each and every problem along with their solutions are explained in detail.

Below are the links to the solution:-

  1. Increasing Substring
  2. Longest Progression
  3. Consecutive Primes

Last problem will be updated soon.

Please do watch videos, like, comment, and subscribe to this channel. Likewise, Videos will be uploaded for most of the contest’s editorial. Any suggestions are welcome, do comment in this blog post.

Thank You!!
Google Kickstart Round A Editorial
Algebra in Competitive Programming

4 Likes

This month Kickstart was kind of easy. Although, I am still confused why the accuracy of the second problem was low, even though it was easy.

1 Like

Easy is a relative term

1 Like

It was annoying tbh. No much thinking but casework.

1 Like

A and C were simply easy and B requires a bit of thinking and feeling. Absolutely casework.

1 Like

Solution to Problem B is awesome.

1 Like

Yeah, B was actually very irritating. I had to work out like 3-4 cases before I got AC. But A and C were good.

1 Like

B was really an easy Problem but I got WA 2 times since I missed corner cases.Then AC.

1 Like

I was lucky enough to not get stuck at a corner case and passed in one go. But took more time.

1 Like

D was also a nice problem involving segment tree.

2 Likes