Skip to content

RushnaiwalaTaki/HashCode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.