<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2682781734368178743.post5381821053975293449..comments</id><updated>2011-01-09T10:32:36.933-08:00</updated><category term='puzzles'/><category term='Questions-List'/><category term='String Manipulation'/><category term='Dynamic Programming'/><category term='Linked List'/><category term='Array'/><category term='Microsoft'/><category term='Databases'/><category term='Data Structures'/><category term='MySpace'/><category term='Tree'/><category term='.NET/C#'/><title type='text'>Comments on Technical Interview Questions: Fibonacci Sequence Dynamic Programming</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.technicalinterviewquestions.net/feeds/5381821053975293449/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html'/><author><name>avid gardener</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-3330563864089007698</id><published>2011-01-09T10:32:36.933-08:00</published><updated>2011-01-09T10:32:36.933-08:00</updated><title type='text'>there are many interesting DP problems 
visit 
htt...</title><summary type='text'>there are many interesting DP problems &lt;br /&gt;visit &lt;br /&gt;http://coders-stop.blogspot.com/</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/3330563864089007698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/3330563864089007698'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html?showComment=1294597956933#c3330563864089007698' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-5381821053975293449' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/5381821053975293449' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2107575738'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-1158746771476236711</id><published>2010-01-19T14:44:08.628-08:00</published><updated>2010-01-19T14:44:08.628-08:00</updated><title type='text'>Hey,

There is a method to find the nth fibonacci ...</title><summary type='text'>Hey,&lt;br /&gt;&lt;br /&gt;There is a method to find the nth fibonacci number in O(logn) time also. Just look up the wiki page of fibonacci numbers.&lt;br /&gt;&lt;br /&gt;http://avidullu.wordpress.com</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/1158746771476236711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/1158746771476236711'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html?showComment=1263941048628#c1158746771476236711' title=''/><author><name>avidullu</name><uri>http://avidullu.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-5381821053975293449' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/5381821053975293449' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-18527881'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-7195115217482224011</id><published>2009-11-21T23:50:04.494-08:00</published><updated>2009-11-21T23:50:04.494-08:00</updated><title type='text'>WAP:

bool IsFibonacci(int n)
{
   // ...
}</title><summary type='text'>WAP:&lt;br /&gt;&lt;br /&gt;bool IsFibonacci(int n)&lt;br /&gt;{&lt;br /&gt;   // ...&lt;br /&gt;}</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/7195115217482224011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/5381821053975293449/comments/default/7195115217482224011'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html?showComment=1258876204494#c7195115217482224011' title=''/><author><name>Rajendra</name><uri>http://www.blogger.com/profile/17760611913302573590</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/01/fibonacci-sequence-dynamic-programming.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-5381821053975293449' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/5381821053975293449' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1231432971'/></entry></feed>
