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  >  Adobe  >  Placement Papers

 Print  |  
Question:  Adobe Placement Papers

Answer: Please use the comments section to share any Adobe Placement Papers from your interviews and written tests.


March 03, 2006 07:27:41 #5
 yashwantbpatil   Member Since: March 2006    Total Comments: 1 

RE: Adobe Placement Papers
 

Hi, i would like to know the solutionsfor the following questions which were asked in Adobe test..

-questions using finite automata
optimise the computations in the recursive "nth fibonacci number" algo without using iteration(fairly simple)
"Instead of using return(fib(n-2)+fib(n-1)), use init lofib=0,hifib=1, start with n=2,lofib=hifib;hifib=fib;fib=lofib+hifib"

i am not very clear abt the solution that was given ...

thanks


 

     

 

Back To Question