
-----------------------------------
smaxd
Thu Jul 05, 2012 7:01 pm

A Coin Game (Senior CCC 2012)
-----------------------------------
I was retrying my past contests and doing the questions i couldnt. this is a solution to s4 for 2012, pretty fast as well. I
use an interesting version of bfs where i keep all the nodes of each depth in a list (irregardless of parents) and use recursion as well.
Attached is .java.

-----------------------------------
pallav10
Mon Jan 14, 2013 5:54 pm

RE:A Coin Game (Senior CCC 2012)
-----------------------------------
thanks for the upload! I would like to know how to run this cuz i am getting some errors

Thanks
