Description Submission
Google Kickstart 2020 Round E
Longest Arithmatic Description Submission High Buildings Submission I forgot the time and was one hour and half late. Although some people can make it within […]
Plate – Kickstart Round A 2020
Problem Submissions First Thought Greedy Algorithm Won’t work Should adopt Dynamic Programming (To be continued…)
Lucky Dip – Kickstart 2018 Round A
For Small Dataset The following should work fine for small data set, even if without the dynamic programming. For Large Dataset The most consuming part […]
Even Digits – Kickstart 2018 Round A
Attempt 1 Following is my first submission, which did not pass. Attempt 2 I find the hint to be more complicated than mine, but it […]
Mural – Kickstart 2019 Practice Round
Description This is the second problem. Basically about the largest substring. My Submission Accepted
Number Guessing – Kickstart 2019 Practice Round
Description Basics of Python and output cache clear. My Submission Accepted