GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Kanbay

 Print  |  
Question:  what is the current GD topics for appearing in Kanbay test?
what is a shortcut method to find a factorial for a given no?
what is the method to find the no of squares in a n*n chese board?




August 08, 2006 09:57:18 #4
 mahesh   Member Since: Visitor    Total Comments: N/A 

RE: what is the current GD topics for appearing in Kan...
 

In an n*n board there are [(sigma n)]power 2 rectangles,sigma(npow2) squares...

to find X*Y size rectangles [(n+1)-X]*[ (n+1)-Y]*2

     

 

Back To Question