Page 1 of 1
11852 - Knight's Trip
Posted: Mon Oct 04, 2010 4:52 pm
by Nursoltan_h
Hi,
Any Hints How to solve this problem?
http://uva.onlinejudge.org/contests/263 ... 11852.html
Thanks in Advance
Re: 11852 - Knight's Trip
Posted: Mon Oct 04, 2010 11:09 pm
by Angeh
A Pure Greedy algorithm will solve it ...
generate the output for a Board n*n and by induction find the solution to (n+1)*(n+1)
the minimum number of moves are at least the (x+1)/2 , and also at least (y+1)/2 since you can more at most 2 row or column each time ... and the total of 3 cells each time .... so the number of moves is also at least (x+y+2) /3 ....
we suppose that cell 0,0 is colored white ...
so if the target cell is also white we need even number of moves ...
else if target cell is black we need odd number of moves ...
there are 4 cells in the Board that dont use the Principle mentioned above and you need to check this cases ...
now its easy to find the solution ...
you can find usefull hints for this kind of Problems in Algorithmic problem solving book .......
Re: 11852 - Knight's Trip
Posted: Tue Oct 05, 2010 1:04 pm
by Nursoltan_h
Thank you very much.
Re: 11852 - Knight's Trip
Posted: Wed Oct 06, 2010 1:10 pm
by jurong
Thanks for your help.
But can you tell me where to download "Algorithmic problem solving book"?
I looked at google but cannot find.
Thank you again.
Re: 11852 - Knight's Trip
Posted: Thu Oct 07, 2010 12:32 pm
by Igor9669
Re: 11852 - Knight's Trip
Posted: Thu Oct 14, 2010 8:33 am
by jurong
Thanks Igor9669.
Following your link I found this course by the author but I cannot download the book (maybe this link is not avaiable).
If you have this book, can you sent to me via my email :
doulce2000@yahoo.com.
Thanks you much!
Re: 11852 - Knight's Trip
Posted: Thu Oct 14, 2010 10:38 am
by Angeh
sent
Re: 11852 - Knight's Trip
Posted: Thu Sep 08, 2011 5:40 am
by sir. manuel
i search it in the internet but i can“t find it!!!, so please can you send it to my email????....
kavic1@hotmail.com
Thanks