saty-a / Google-Kick-Start

Google Kick Start 2022 Solutions If you're stuck at some question, hopefully you'll find this repository useful. We've got your back!
15 stars 11 forks source link
google googlekickstart googlekickstartround

images

Google Kick Start 2020 Solutions

GitHub forks GitHub stars GitHub watchers

šŸŽ™ Introduction

Kick Start offers coders around the world the chance to develop and hone their programming skills through online-hosted competition round with a variety of algorithm-based challanges.

All developed by Google engineers so that you get a taste of the technical skills needed for a career at Google (the top competitors from our Kick Start rounds may be invited to interview at Google!).

Each Kick Start Round is open to all participants, no pre-qualification needed, so you can try your hand at one or give them all a shot!

ā” Why Kick Start?

Problems | Year | Round | Problem | Answer | |------|---------|---------------------------|--------------------------| | 2019 | Round A | [Traning](https://github.com/saty-a/Hacktoberfest2022/tree/main/2019/Round%20A/Traning) | [Solution]() | | 2019 | Round B | [Building Palindromes](https://github.com/saty-a/Hacktoberfest2022/blob/main/2019/Round%20B/Building%20Palindromes/PROBLEM.rst) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2019/Round%20B/solution.cpp) | | 2019 | Round G | [Book Reading](https://github.com/saty-a/Hacktoberfest2022/blob/main/2019/Round%20G/Book%20Reading/PROBLEM.rst) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2019/Round%20G/Book%20Reading/solution.cpp) | | 2019 | Round H | [H-Index](https://github.com/saty-a/Hacktoberfest2022/blob/main/2019/Round%20H/H-Index) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2019/Round%20H/H-Index/H_index.cpp) | | 2020 | Round A | [Allocation](https://github.com/saty-a/Hacktoberfest2022/blob/main/2020/Round%20A/Allocation) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20A/Allocation/allocation.cpp) | | 2020 | Round A | [Bundling](https://github.com/saty-a/Hacktoberfest2022/blob/main/2020/Round%20A/Bundling) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20A/Bundling/bundling.java) | | 2020 | Round A | [Plates](https://github.com/saty-a/Hacktoberfest2022/blob/main/2020/Round%20A/Plates) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20A/Plates/plates.java) | | 2020 | Round A | [Workout](https://github.com/saty-a/Hacktoberfest2022/blob/main/2020/Round%20A/Workout) | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20A/Workout/workout.java) | | 2020 | Round C | [Count Down]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20C/countdown.cpp) | | 2020 | Round C | [Perfect Subarray]()| [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2020/Round%20C/perfectsubarray.cpp) | | 2021 | Round A | [Checksum]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2021/Round%20A/Checksum/checksum.cpp) | | 2021 | Round A | [I Shaped Plots]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2021/Round%20A/I%20Shaped%20Plots/l_shaped_plots.cpp) | | 2021 | Round A | [K Goodness String]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2021/Round%20A/K%20Goodness%20String/k_goodness_string.cpp) | | 2021 | Round A | [Rabbit House]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/blob/a5bb0d09798397217d41c6eb183c3158091353b5/2021/Round%20A/Rabbit%20House/rabbit_house.cpp) | | 2022 | Round A | [Challenge Nine](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Challenge%20Nine/problem.rst) | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Challenge%20Nine/Solution.cpp) | | 2022 | Round A | [Interesting Integers](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Interesting%20Integers/problem.rst) | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Interesting%20Integers/Solution.cpp) | | 2022 | Round A | [Palindrom Free Strings](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Palindrom%20Free%20Strings) | [Solution]() | | 2022 | Round A | [Speed Typing](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Speed%20Typing/problem.rst) | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20A/Speed%20Typing/Solution.cpp) | | 2022 | Round B | [Hamiltonian Tour]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20B/Hamiltonian%20Tour/Solution.cpp) | | 2022 | Round B | [Infinity Area](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20B/Infinity%20Area/problem.md) | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20B/Infinity%20Area/Solution%20Infinity%20Area.cpp) | | 2022 | Round B | [Palindromic Factors]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20B/Palindromic%20Factors/Solution.cpp) | | 2022 | Round B | [Unlock the Padlock]() | [Solution](https://github.com/saty-a/Hacktoberfest2022/tree/main/2022/Round%20B/Unlock%20the%20Padlock/Solution.cpp) |

Our Aim

If you're stuck at some question, hopefully you'll find this repository useful. We've got your back!

āš’ Contributing

Contributions are very welcome. Check out [CONTRIBUTING.md]() for ways to get started.

Please adhere to this project's [code of conduct]().

šŸ“„ License

[MIT]()

šŸ‘Øā€šŸ’» Author

@Satya Prakash

šŸ™‹ā€ā™‚ļø About the Author

Hi I'm Satya Prakash!šŸ‘‹

šŸ˜„ Pronouns: He/His

šŸŒ± Iā€™m currently learning more about Flutter, Android.

šŸ’¬ Ask me about Android, Flutter or any tech-related stuff.

šŸ“« How to reach me: Check social links below.

šŸ”— Social Links

[Instagram]() LinkedIn

šŸ–Š Feedback

If you have any suggestions, we appreciate you raising an issue here.

Contributors