Computer Science Canada A Coin Game (Senior CCC 2012) |
Author: | smaxd [ Thu Jul 05, 2012 7:01 pm ] |
Post subject: | 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. |
Author: | pallav10 [ Mon Jan 14, 2013 5:54 pm ] |
Post subject: | 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 |