Page 2 of 2
Re: 538 - Balancing Bank Accounts
Posted: Mon Apr 08, 2013 9:55 pm
by kier.guevara
I kinda don't understand what the problem really needs. What if the number of solutions is less than N-1? will it be okay?
I got WA with my code. I'm not sure what's the problem of it. Can anyone help?
Update :
My algorithm was wrong that's why I'm getting WA. I tried a brute force method that will get all the possible transactions by permuting each transaction

After that I got WA

Re: 538 - Balancing Bank Accounts
Posted: Wed May 28, 2014 8:23 pm
by aerofoil.kite
Is there any problem with input DATA set? It keeps giving PE. I've tried every possible cases. Can anyone check submitting your accepted solution now? I
Re: 538 - Balancing Bank Accounts
Posted: Wed Jun 11, 2014 10:39 pm
by brianfry713
I am able to get AC
Re: 538 - Balancing Bank Accounts
Posted: Tue Sep 16, 2014 11:19 am
by uDebug
hasib_bd,
Thanks for the great test cases!