Page 2 of 2

Posted: Wed Mar 22, 2006 2:23 am
by lord_burgos
Directions =D

Code: Select all

  int dx[13] = {-1, +1,  2,  3, 3, +2, -1, 1, -3, -2, -2, -3 }; 
  int dy[13] = {-2, -3, -3, -2, -1, 1,  3, 2,  2,  3, -1, +1 }; 
 

Posted: Tue Aug 29, 2006 1:30 am
by minskcity
Larry wrote:After recoding from scratch, I found my original error. I forgot a period in "impossible."
Thanks for pointing out my error :lol: .

Re: 10595 - Knight on the Bee Board

Posted: Wed Dec 16, 2009 8:36 am
by Articuno
Can anyone tell me how to model this kind of graph into a two dimensiomal graph...... I dont get it............