Logo 
Search:

GuestBook of Edward Evans

 
Enter your message (HTML allowed after you earn 150 points)
Nicu Ion
  Nicu Ion from United States      Jan 07
Hi, can you tell me how to form / what represents this matrix form program?

www.dailyfreecode.com/.../...lgorithm-ll-1803.aspx

int table[5][4] = { {0,-1,-1,-1},
{-1,1,-1,2},
{3,-1,-1,-1},
{-1,2,4,2},
{5,-1,-1,-1} };