reset password
Author Message
lakerfan94
Posts: 143
Posted 22:40 Mar 07, 2014 |

For the BiddingGame class, first_moves and second_moves are array lists right?

Eric Liao
Posts: 158
Posted 23:17 Mar 07, 2014 |

Yeah, the game engine stores first_moves and second_moves in array list and I have method to convert array list of integer to array so that it produce the similar result of the game running on the HackerRank.

lakerfan94
Posts: 143
Posted 23:26 Mar 07, 2014 |

Ok thank you Eric.