Skip to content

Latest commit

 

History

History

Round_C

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Google Kick Start 2020 Round C

  • A
  • B
  • C
  • D

Problem A - Countdown

Greedy.

Problem B - Stable Wall

DFS.

Problem C - Perfect Subarray

Hashing.

Problem D - Candies

Fenwick tree.