/HashCode-2020

Google HashCode 2020 Exercise Problem Solved.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

HashCode-2020

Google HashCode 2020 Practice Problem Solved.

Language: Python3.

Algorithm:

  • Add the type of Slices from reverse and append the index of that slice into the list.
  • Until its sum should be < or = MAX slices.
  • return list that contains index of total slices and length of that list.