微软算法面试题.doc

微软算法面试题1、反转一个链表。循环算法。 1Listreverse(Listl){ 2if(!l)returnl; 3listcur=; 4listpre=l; 5listtmp; 6=null;

腾讯文库微软算法面试题.doc微软算法面试题.doc