Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 303 Bytes

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.