RushnaiwalaTaki / HashCode-2020

Google HashCode 2020 Exercise Problem Solved.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.